youssef1214 commited on
Commit
4cc3235
·
1 Parent(s): 119489c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -14,7 +14,7 @@ app=FastAPI()
14
  @app.get('/')
15
  def index():
16
  tz = pytz.timezone('Etc/GMT+3')
17
- return "This is the defult page"+str(datetime.now(tz).date())
18
 
19
  @app.get('/reviews',status_code=status.HTTP_200_OK)
20
  def get_reviews():
 
14
  @app.get('/')
15
  def index():
16
  tz = pytz.timezone('Etc/GMT+3')
17
+ return "This is the defult page"+str(datetime.now(tz))
18
 
19
  @app.get('/reviews',status_code=status.HTTP_200_OK)
20
  def get_reviews():