remove UI split (legacy/modern)

This commit is contained in:
Константин Лебединский
2026-04-30 21:53:49 +05:00
parent 1494b839f5
commit 0229bc250b
16 changed files with 107 additions and 384 deletions
+1 -1
View File
@@ -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