Fixed missing hashlib import in class_sendDataThread
This commit is contained in:
parent
3f0283eaaf
commit
e9dc2d5c5e
|
@ -3,6 +3,7 @@ import threading
|
||||||
import shared
|
import shared
|
||||||
import Queue
|
import Queue
|
||||||
from struct import unpack, pack
|
from struct import unpack, pack
|
||||||
|
import hashlib
|
||||||
|
|
||||||
import bitmessagemain
|
import bitmessagemain
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user