fix to import asyncio. working on 1.6 as of this commit
parent
42edc8ce06
commit
c38dfb5967
|
|
@ -3,8 +3,12 @@ from modules import shared
|
|||
import threading
|
||||
import time
|
||||
import os
|
||||
import asyncio
|
||||
from asyncio import WindowsProactorEventLoopPolicy
|
||||
import pypresence
|
||||
|
||||
asyncio.set_event_loop_policy(WindowsProactorEventLoopPolicy())
|
||||
|
||||
github_link = "https://github.com/davehornik/sd-discord-rich_presence"
|
||||
ver = "1.3.1"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue