secretlounge / secretlounge-ng

A bot to make an anonymous group chat on Telegram
117 stars 55 forks source link

`utcfromtimestamp` deprecated #49

Open sfan5 opened 2 months ago

sfan5 commented 2 months ago
/home/prod/secretlounge-ng/util/blacklist.py:130: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
  last_update = datetime.utcfromtimestamp(0.0)