robot0nfire/c0re
Archived
1
0
Fork 0

Fixed missing import (ctypes)

This commit is contained in:
Philip Trauner 2018-04-07 17:43:54 +02:00
parent 44e4cf85ed
commit 74d8554eb3

View file

@ -3,7 +3,7 @@ from threading import Lock
from _thread import start_new_thread from _thread import start_new_thread
from os.path import exists from os.path import exists
from asyncio import sleep from asyncio import sleep
from ctypes import cdll
from utils import is_wallaby from utils import is_wallaby