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 am junior Python developer who wants to generate some html files using Dominate library. My test passes so library works fine but I get following warnings:
"site-packages\dominate\dom_tag.py:74: DeprecationWarning: There is no current event loop
if get_event_loop().is_running():"
I am junior Python developer who wants to generate some html files using Dominate library. My test passes so library works fine but I get following warnings:
"site-packages\dominate\dom_tag.py:74: DeprecationWarning: There is no current event loop
if get_event_loop().is_running():"
"\Python312\Lib\asyncio\base_events.py:703: ResourceWarning: unclosed event loop "
Am I doing something wrong or is it a problem because I use Python 3.12?
The text was updated successfully, but these errors were encountered: