Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
8qBITs committed Apr 15, 2022
1 parent d984458 commit 888d314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def generateStartupBatchFile():
conf.writelines(C)
conf.close()

def startServer(): # Start server using startup.bat and wait for it to finish before continuing
def startServer(): # Start server using the generated startup.bat
Popen(f'{homep}/rust_data/startup.bat', creationflags=CREATE_NEW_CONSOLE)

main()

0 comments on commit 888d314

Please sign in to comment.