Werkend ANPR systeem

This commit is contained in:
2025-06-10 10:02:41 +02:00
parent b26a1905ad
commit 15d9d33ba8
9 changed files with 51 additions and 1 deletions

2
app.py
View File

@@ -16,4 +16,4 @@ def home():
if __name__ == "__main__":
app.run(host="localhost", port=2222, debug=True)
app.run(host="0.0.0.0", port=2222, debug=True)