mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-06 12:48:22 +02:00
added TODO
This commit is contained in:
parent
5b26942917
commit
347661f228
1 changed files with 3 additions and 1 deletions
4
main.pyw
4
main.pyw
|
@ -189,7 +189,8 @@ class ClassApp():
|
||||||
ctfile.write(f'T {_course_config["music"]}; '+
|
ctfile.write(f'T {_course_config["music"]}; '+
|
||||||
f'{_course_config["special"]}; '+
|
f'{_course_config["special"]}; '+
|
||||||
f'{"0x01" if _course_config["new"] else "0x00"}; '+
|
f'{"0x01" if _course_config["new"] else "0x00"}; '+
|
||||||
f'"{_course_config["name"]}"; "{_course_config["name"]}"; '+
|
f'"{_course_config["name"]}"; '+
|
||||||
|
f'"{_course_config["name"]}"; '+
|
||||||
f'"-"\n')
|
f'"-"\n')
|
||||||
|
|
||||||
|
|
||||||
|
@ -356,5 +357,6 @@ class ClassApp():
|
||||||
t.start()
|
t.start()
|
||||||
|
|
||||||
# TODO: Langue
|
# TODO: Langue
|
||||||
|
# TODO: Split Code into multiple file
|
||||||
App = ClassApp()
|
App = ClassApp()
|
||||||
mainloop()
|
mainloop()
|
Loading…
Reference in a new issue