Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rking32 committed Sep 17, 2021
1 parent e6c7715 commit dfda4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userge/plugins/misc/gdrive.py
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ async def del_perms(self) -> None:
'header': "Setup GDrive Creds"})
async def gsetup_(message: Message):
""" setup creds """
link = "https://theuserge.github.io/deployment.html#3-g_drive_client_id--g_drive_client_secret"
link = "https://theuserge.github.io/deployment.html#6-g_drive_client_id--g_drive_client_secret"
if Config.G_DRIVE_CLIENT_ID and Config.G_DRIVE_CLIENT_SECRET:
if message.chat.id in Config.AUTH_CHATS:
await Worker(message).setup()
Expand Down

0 comments on commit dfda4c8

Please sign in to comment.