mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[IMP] extras: add url in log when starting server
This commit is contained in:
@@ -28,6 +28,9 @@ def start_server():
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
print("Owl Extras")
|
||||
print("----------")
|
||||
print("Server running on: {}".format(URL))
|
||||
thread.start_new_thread(start_server, ())
|
||||
webbrowser.open_new(URL)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user