Update app.py

This commit is contained in:
Whispering Wind
2025-02-12 22:53:39 +03:30
committed by GitHub
parent aba9d893b9
commit e9ba5e32a5

View File

@ -71,7 +71,7 @@ if __name__ == '__main__':
config = Config() config = Config()
config.debug = CONFIGS.DEBUG config.debug = CONFIGS.DEBUG
config.bind = ['127.0.0.1:8080'] config.bind = ['127.0.0.1:28260']
config.accesslog = '-' config.accesslog = '-'
config.errorlog = '-' config.errorlog = '-'