remove UI split (legacy/modern)
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ def _use_waitress() -> bool:
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
port = int(os.environ.get('PORT', '3108'))
|
||||
port = int(os.environ.get('PORT', '3107'))
|
||||
if _use_waitress():
|
||||
from waitress import serve
|
||||
|
||||
|
||||
Reference in New Issue
Block a user