mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-04 11:48:22 +02:00
fixed intendation error and a function that have been renamed.
This commit is contained in:
parent
a01b390ce0
commit
2f42ed599c
2 changed files with 11 additions and 11 deletions
|
@ -5,5 +5,5 @@ def get_ctfile_cup(self, race=False):
|
||||||
"""
|
"""
|
||||||
ctfile_cup = f'\nC "{self.name}"\n'
|
ctfile_cup = f'\nC "{self.name}"\n'
|
||||||
for track in self.tracks:
|
for track in self.tracks:
|
||||||
ctfile_cup += track.get_ctfile_track(race)
|
ctfile_cup += track.get_ctfile(race)
|
||||||
return ctfile_cup
|
return ctfile_cup
|
||||||
|
|
Loading…
Reference in a new issue