Advertisement
swimmerhair

Swimbot Error

Mar 16th, 2021
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.63 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 212, in whois
  5.     last_update = datetime.datetime.strptime(str(document['last_update']), '%Y-%m-%d %H:%M:%S')
  6.   File "/usr/lib/python3.7/_strptime.py", line 577, in _strptime_datetime
  7.     tt, fraction, gmtoff_fraction = _strptime(data_string, format)
  8.   File "/usr/lib/python3.7/_strptime.py", line 359, in _strptime
  9.     (data_string, format))
  10. ValueError: time data '16/03/2021 16:41:58' does not match format '%Y-%m-%d %H:%M:%S'
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement