Add README
This commit is contained in:
7
app.py
7
app.py
@@ -94,11 +94,6 @@ def favicon():
|
||||
return send_from_directory(os.path.join(app.root_path, 'static'),
|
||||
'favicon.ico', mimetype='image/vnd.microsoft.icon')
|
||||
|
||||
if __name__ == "__main__":
|
||||
# directory = './log'
|
||||
# if not os.path.exists(directory):
|
||||
# # Create the directory
|
||||
# os.makedirs(directory)
|
||||
|
||||
if __name__ == "__main__":
|
||||
logging.info('Starting erdbeerhannah v1.0.1')
|
||||
app.run(debug=True, host='0.0.0.0')
|
Reference in New Issue
Block a user