Update config.py

This commit is contained in:
Alvie Rahman 2021-05-18 18:18:41 +01:00 committed by GitHub
parent 2ffbeb0e89
commit f73dfd1508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,4 +5,4 @@ class uploadr:
qrcodes = './qrcodes' # qr codes will be stored
# gunicorn
bind = "0.0.0.0:" + uploadr.port
bind = "0.0.0.0:" + str(uploadr.port)