Omkar008 commited on
Commit
3ef7ca1
1 Parent(s): c95cc68

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -1
test.py CHANGED
@@ -44,7 +44,7 @@ async def login_google():
44
 
45
 
46
  app.get("/test")
47
- async def auth_google(code:str):
48
 
49
  token_url = "https://accounts.google.com/o/oauth2/token"
50
  print("Printing authorisation token")
 
44
 
45
 
46
  app.get("/test")
47
+ async def test_google(code:str):
48
 
49
  token_url = "https://accounts.google.com/o/oauth2/token"
50
  print("Printing authorisation token")