Missing randint from import

This commit is contained in:
Simon 2021-03-28 11:30:32 +01:00
parent 18cf1203e0
commit 59ececa754
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ import sys
from bitarray import bitarray
from time import time, sleep
from importlib import import_module
from random import randint
# Twisted is pretty important, so I keep it separate
from twisted.internet.protocol import Factory, Protocol