fix formatting
This commit is contained in:
parent
1d3221932a
commit
e2d194f144
2
main.py
2
main.py
@ -156,7 +156,7 @@ async def resend_after(msg: Message):
|
|||||||
async with redis.lock('e621:update'):
|
async with redis.lock('e621:update'):
|
||||||
tag_list = [t.decode() for t in await redis.smembers('e621:subs')]
|
tag_list = [t.decode() for t in await redis.smembers('e621:subs')]
|
||||||
for i, tag in enumerate(tag_list):
|
for i, tag in enumerate(tag_list):
|
||||||
await msg.reply(f'Checking tag <b>{tag}</b> ({i+1}/{len(tag_list)}')
|
await msg.reply(f'Checking tag <b>{tag}</b> ({i+1}/{len(tag_list)})', parse_mode=ParseMode.HTML)
|
||||||
posts = []
|
posts = []
|
||||||
page = 1
|
page = 1
|
||||||
while True:
|
while True:
|
||||||
|
Loading…
Reference in New Issue
Block a user