Zaktualizuj 'hello.py'

This commit is contained in:
Tomasz Chady 2023-05-22 19:04:32 +02:00
parent 54a343a1e6
commit 63fec69369

View File

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