Zaktualizuj 'hello.py'

This commit is contained in:
Tomasz Chady 2023-05-31 13:27:02 +02:00
parent f58e84afa7
commit 045ccfddf9
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ app = Flask(__name__)
@app.route('/')
def main():
return 'Hello World! 6', 200
return 'Hello World! 7', 200
if __name__ == '__main__':
import os