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
I've upgraded the Torro server to latest Ubuntu 24.04 LTS, which has Python 3.12.
Phenny uses the imp module which says: "Deprecated since version 3.4, will be removed in version 3.12: The imp module is deprecated in favor of importlib."
- imp → importlib
- asynchat → pyasynchat (TODO: port to asyncio)
- regex flags should be at the beginning of the string
- tweak timezone scraper a bit
I've upgraded the Torro server to latest Ubuntu 24.04 LTS, which has Python 3.12.
Phenny uses the imp module which says: "Deprecated since version 3.4, will be removed in version 3.12: The imp module is deprecated in favor of importlib."
Ditto for asynchat => asyncio
As a result, the bot doesn't currently run.
The text was updated successfully, but these errors were encountered: