Fixed missing import (ctypes)
This commit is contained in:
parent
44e4cf85ed
commit
74d8554eb3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ from threading import Lock
|
|||
from _thread import start_new_thread
|
||||
from os.path import exists
|
||||
from asyncio import sleep
|
||||
|
||||
from ctypes import cdll
|
||||
|
||||
from utils import is_wallaby
|
||||
|
||||
|
|
Reference in a new issue