Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -18,7 +18,7 @@
|
|
18 |
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
19 |
|
20 |
import asyncio
|
21 |
-
import NestedAsyncIO
|
22 |
import base64
|
23 |
import json
|
24 |
import logging
|
|
|
18 |
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
19 |
|
20 |
import asyncio
|
21 |
+
from nest_asyncio import NestedAsyncIO
|
22 |
import base64
|
23 |
import json
|
24 |
import logging
|