mirror of https://github.com/coddrago/Heroku
Update heroku_backup.py
parent
6f32084043
commit
608123cb40
|
@ -40,7 +40,7 @@ class HerokuBackupMod(loader.Module):
|
||||||
if not self.get("period"):
|
if not self.get("period"):
|
||||||
await self.inline.bot.send_photo(
|
await self.inline.bot.send_photo(
|
||||||
self.tg_id,
|
self.tg_id,
|
||||||
photo="hhttps://raw.githubusercontent.com/coddrago/assets/refs/heads/main/heroku/unit_alpha.png",
|
photo="https://raw.githubusercontent.com/coddrago/assets/refs/heads/main/heroku/unit_alpha.png",
|
||||||
caption=self.strings("period"),
|
caption=self.strings("period"),
|
||||||
reply_markup=self.inline.generate_markup(
|
reply_markup=self.inline.generate_markup(
|
||||||
utils.chunks(
|
utils.chunks(
|
||||||
|
|
Loading…
Reference in New Issue