You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.
Traceback (most recent call last):
File "/app/ransomwatch.py", line 66, in main
s.scrape_victims()
File "/app/sites/cuba.py", line 115, in scrape_victims
self._handle_page(r.content.decode(), p)
File "/app/sites/cuba.py", line 81, in _handle_page
published_dt = self.extract_published_date(r.content.decode())
File "/app/sites/cuba.py", line 49, in extract_published_date
return datetime.strptime(published, "%d %B %Y")
File "/usr/local/lib/python3.9/_strptime.py", line 568, in _strptime_datetime
tt, fraction, gmtoff_fraction = _strptime(data_string, format)
File "/usr/local/lib/python3.9/_strptime.py", line 349, in _strptime
raise ValueError("time data %r does not match format %r" %
ValueError: time data '31 Jule 2021' does not match format '%d %B %Y'
The text was updated successfully, but these errors were encountered:
Describe the bug
Cuba misspelled "July" as "Jule"
Logs
The text was updated successfully, but these errors were encountered: