bot: sample use to copy-paste

This commit is contained in:
klemek
2020-04-26 22:09:46 +02:00
parent dc4e68ad75
commit 27a3ef87c5
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -92,6 +92,7 @@ def load_item(i, item):
text.style_ref -= 1
text.update(meme.texts[text.style_ref])
meme.texts += [text]
meme.texts_len = c - 1
except TypeError as e:
logger.warning(f"Item '{item_id}'({i + 1}) / Text {j + 1}: {e}")
for text in meme.texts: