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 Queue
|
||||
from struct import unpack, pack
|
||||
import hashlib
|
||||
|
||||
import bitmessagemain
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user