mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[FIX] benchmarks: two small fixes
This commit is contained in:
+2
-2
@@ -32,8 +32,8 @@ class OWLHandler(SimpleHTTPRequestHandler):
|
||||
OWLHandler.extensions_map['.js'] = 'application/javascript'
|
||||
|
||||
if __name__ == "__main__":
|
||||
print("Owl Extras")
|
||||
print("----------")
|
||||
print("Owl Tools")
|
||||
print("---------")
|
||||
print("Server running on: {}".format(URL))
|
||||
httpd = HTTPServer((HOST, PORT), OWLHandler)
|
||||
threading.Thread(target=httpd.serve_forever, daemon=True).start()
|
||||
|
||||
Reference in New Issue
Block a user