elif
This commit is contained in:
parent
028415c090
commit
79b5818cc4
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ import server
|
|||
|
||||
if len(sys.argv) > 1 and sys.argv[1] == 'server':
|
||||
server.run()
|
||||
if len(sys.argv) > 1 and sys.argv[1] == 'ui':
|
||||
elif len(sys.argv) > 1 and sys.argv[1] == 'ui':
|
||||
import ui
|
||||
ui.main(sys.argv[2:])
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue