Advertisement
swimmerhair

Swimbot Error

Mar 14th, 2022
575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.56 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/home/pi/.local/lib/python3.7/site-packages/discord/ext/commands/core.py", line 85, in wrapped
  3.     ret = await coro(*args, **kwargs)
  4.   File "/home/pi/Swimbot/whois.py", line 218, in whois
  5.     player_info_list = sorted(player_info_list, key = lambda i: i['townHallLevel'],reverse=True)   #SORTING ALGORITHM
  6.   File "/home/pi/Swimbot/whois.py", line 218, in <lambda>
  7.     player_info_list = sorted(player_info_list, key = lambda i: i['townHallLevel'],reverse=True)   #SORTING ALGORITHM
  8. TypeError: 'NoneType' object is not subscriptable
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement