This commit is contained in:
2025-10-26 07:49:26 +04:00
parent 3fc8329303
commit 12b4685457
9 changed files with 457 additions and 110 deletions

View File

@@ -187,6 +187,7 @@ def main():
try:
server.start()
server.wait()
except KeyboardInterrupt:
print("\n\nShutting down...")
server.stop()