Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onTDB committed Oct 7, 2022
1 parent e929a4f commit cb192b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__VERSION__ = "1.1.0-pre9"
__VERSION__ = "1.1.0"

from prompt_toolkit import print_formatted_text as print
from prompt_toolkit.auto_suggest import AutoSuggestFromHistory
Expand Down Expand Up @@ -347,7 +347,6 @@ def delete_image():
if __name__ == '__main__':
app.debug = True
print("Secret key:", app.secret_key)
#app.run(host="127.0.0.1", threaded=True, port=8080, use_reloader=False)
appthread = storage.modules.Thread(target=app.run, kwargs={'host': '127.0.0.1', 'port': 8080, 'threaded': True, 'use_reloader': False})
appthread.daemon = True
appthread.start()
Expand Down

0 comments on commit cb192b8

Please sign in to comment.