WebView better, i think?

This commit is contained in:
Patrick_Pluto 2024-09-23 16:35:16 +02:00
parent 1a45c04b88
commit 5a7961b10f
4 changed files with 8 additions and 11 deletions

View file

@ -118,8 +118,3 @@ class API:
ssl_context = ("cert.pem", "key.pem")
self.app.run(debug=True, host='0.0.0.0', port=5000)
if __name__ == '__main__':
api = API()
api.run()