Skip to content

Commit

Permalink
Update KH1Client.py
Browse files Browse the repository at this point in the history
Co-authored-by: Doug Hoskisson <[email protected]>
  • Loading branch information
gaithern and beauxq authored Jul 27, 2024
1 parent 123fcb5 commit 729775b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions KH1Client.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import ModuleUpdate
import Utils
from worlds.kh1.Client import launch
ModuleUpdate.update()

if __name__ == '__main__':
import ModuleUpdate
ModuleUpdate.update()

import Utils
Utils.init_logging("KH1Client", exception_logger="Client")

from worlds.kh1.Client import launch
launch()

0 comments on commit 729775b

Please sign in to comment.