There was an error while loading. Please reload this page.
1 parent 9d97cd2 commit e8e7fa9Copy full SHA for e8e7fa9
1 file changed
blitzloop/main.py
@@ -32,7 +32,7 @@ def csv_list(s):
32
'--songdir', default=os.path.expanduser(songs_dir),
33
help='directory with songs')
34
parser.add_argument('--host', default='0.0.0.0', help='IP to listen on')
35
-parser.add_argument('--port', default=10111, help='port for the UI')
+parser.add_argument('--port', default=10111, type=int, help='port for the UI')
36
parser.add_argument(
37
'--width', type=int, default=1024,
38
help='width of blitzloop window (ignored in fs)')
0 commit comments