mirror of https://github.com/coddrago/Heroku
Update token_obtainment.py
parent
e56bdc8562
commit
ed532e6de0
|
@ -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()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue