minor update

This commit is contained in:
2025-08-26 12:06:12 +05:30
parent adbfec2b10
commit edb1ab6b3a
-5
View File
@@ -1,5 +0,0 @@
from waitress import serve
from civicfix.wsgi import application
if __name__ == "__main__":
serve(application, host="10.1.192.152", port=8000)