swimmerhair

Swimbot Error

Mar 16th, 2021
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.79 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "C:\Users\wmiller\AppData\Local\Programs\Python\Python39\lib\site-packages\discord\ext\commands\core.py", line 85, in wrapped
  3.     ret = await coro(*args, **kwargs)
  4.   File "c:\Users\wmiller\Desktop\Swimbot\whois.py", line 232, in whois
  5.     last_update = datetime.datetime.strptime(str(document['last_update']), '%Y-%m-%d %H:%M:%S')
  6.   File "C:\Users\wmiller\AppData\Local\Programs\Python\Python39\lib\_strptime.py", line 568, in _strptime_datetime
  7.     tt, fraction, gmtoff_fraction = _strptime(data_string, format)
  8.   File "C:\Users\wmiller\AppData\Local\Programs\Python\Python39\lib\_strptime.py", line 349, in _strptime
  9.     raise ValueError("time data %r does not match format %r" %
  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