fixed docker
This commit is contained in:
@@ -52,5 +52,5 @@ def wakeup():
|
||||
|
||||
if __name__ == '__main__':
|
||||
config = configparser.ConfigParser(interpolation=None)
|
||||
config.read('config.ini')
|
||||
config.read('../config.ini')
|
||||
app.run(host='0.0.0.0')
|
||||
Reference in New Issue
Block a user