Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Traceback (most recent call last):
- File "C:\Users\wmiller\AppData\Local\Programs\Python\Python39\lib\site-packages\discord\ext\commands\core.py", line 85, in wrapped
- ret = await coro(*args, **kwargs)
- File "c:\Users\wmiller\Desktop\Swimbot\whois.py", line 232, in whois
- last_update = datetime.datetime.strptime(str(document['last_update']), '%Y-%m-%d %H:%M:%S')
- File "C:\Users\wmiller\AppData\Local\Programs\Python\Python39\lib\_strptime.py", line 568, in _strptime_datetime
- tt, fraction, gmtoff_fraction = _strptime(data_string, format)
- File "C:\Users\wmiller\AppData\Local\Programs\Python\Python39\lib\_strptime.py", line 349, in _strptime
- raise ValueError("time data %r does not match format %r" %
- ValueError: time data '16/03/2021 16:41:58' does not match format '%Y-%m-%d %H:%M:%S'
Advertisement
Add Comment
Please, Sign In to add comment