change python func

This commit is contained in:
Torma Kristóf 2019-11-10 20:44:56 +01:00
parent bb69899a78
commit c9d2006f82
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 1 additions and 1 deletions

View File

@ -25,4 +25,4 @@ def isprime():
print(num, "is not a prime number")
if __name__ == "__main__":
app.run(debug=True, host='0.0.0.0', port=int(os.environ.get('PORT', 8080)))
app.run(debug=True,host='0.0.0.0',port=int(os.environ.get('PORT', 8080)))