Update token_obtainment.py

pull/29/head
Who? 2024-11-30 23:46:12 +07:00 committed by GitHub
parent e56bdc8562
commit ed532e6de0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ class TokenObtainment(InlineUnit):
await fw_protect() await fw_protect()
from .. import main from .. import main
m = await conv.send_file(main.BASE_PATH / "assets" / "heroku_ava.png") m = await conv.send_file(main.BASE_PATH / "assets" / "heroku-ava.png")
r = await conv.get_response() r = await conv.get_response()
logger.debug(">> <Photo>") logger.debug(">> <Photo>")
@ -221,7 +221,7 @@ class TokenObtainment(InlineUnit):
from .. import main from .. import main
m = await conv.send_file( m = await conv.send_file(
main.BASE_PATH / "assets" / "heroku_ava.png" main.BASE_PATH / "assets" / "heroku-ava.png"
) )
r = await conv.get_response() r = await conv.get_response()