Skip to content

Commit

Permalink
downgrade python version due to memory error
Browse files Browse the repository at this point in the history
  • Loading branch information
rking32 committed Oct 15, 2020
1 parent aec4eac commit 06d3411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.9.0
python-3.8.5
2 changes: 1 addition & 1 deletion userge/plugins/fun/kang.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async def kang_(message: Message):
await message.edit("`I can't kang that...`")
return
if photo:
args = message.input_str.split()
args = message.filtered_input_str.split()
pack = 1
if len(args) == 2:
emoji_, pack = args
Expand Down

0 comments on commit 06d3411

Please sign in to comment.