change python func
This commit is contained in:
parent
bb69899a78
commit
c9d2006f82
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user