diff options
-rwxr-xr-x | main.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -170,6 +170,7 @@ def premades(): if __name__ == '__main__': # print(steam.getFriends("76561197963063991")) # print(steam.getFriends("76561197963882989")) + app.config['TEMPLATES_AUTO_RELOAD'] = True app.run(threaded=True) # Changelog |