mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2026-04-18 14:03:32 +00:00
add support for python 3.10.
update python ver in readme all tests run and passed for version 3.10 setup.py removed from gitignore.
This commit is contained in:
@@ -4,7 +4,11 @@ import json
|
||||
from pathlib import Path
|
||||
from random import randint
|
||||
|
||||
import tomllib
|
||||
try:
|
||||
import tomllib
|
||||
except ModuleNotFoundError:
|
||||
import tomli as tomllib
|
||||
|
||||
import websocket
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user