Spaces:
Sleeping
Sleeping
Update app/main.py
Browse files- app/main.py +1 -1
app/main.py
CHANGED
@@ -5,4 +5,4 @@ app = FastAPI()
|
|
5 |
@app.get("/")
|
6 |
def read_root():
|
7 |
now = datetime.datetime.now()
|
8 |
-
return {"Hello": "World at "+ now.strftime("%Y-%m-%d %H:%M:%S")}
|
|
|
5 |
@app.get("/")
|
6 |
def read_root():
|
7 |
now = datetime.datetime.now()
|
8 |
+
return {"Hello ": "World at "+ now.strftime("%Y-%m-%d %H:%M:%S")}
|