randydev commited on
Commit
38efa4a
·
verified ·
1 Parent(s): bb99d51

Update Akeno/plugins/eval.py

Browse files
Files changed (1) hide show
  1. Akeno/plugins/eval.py +1 -1
Akeno/plugins/eval.py CHANGED
@@ -161,7 +161,7 @@ async def aexec(code, client, message):
161
  + " chat = message.chat.id\n"
162
  + " c = client\n"
163
  + " to_photo = message.reply_photo\n"
164
- + " print = p = _stringify\n"
165
  )
166
  + "".join(f"\n {l}" for l in code.split("\n"))
167
  )
 
161
  + " chat = message.chat.id\n"
162
  + " c = client\n"
163
  + " to_photo = message.reply_photo\n"
164
+ + " p = print\n"
165
  )
166
  + "".join(f"\n {l}" for l in code.split("\n"))
167
  )