import binascii
Solves the undefined name on line 30
This commit is contained in:
parent
d9b3078f7b
commit
231195ba0a
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
'''
|
'''
|
||||||
Based on the specification at http://bittorrent.org/beps/bep_0015.html
|
Based on the specification at http://bittorrent.org/beps/bep_0015.html
|
||||||
'''
|
'''
|
||||||
|
import binascii
|
||||||
import random
|
import random
|
||||||
import struct
|
import struct
|
||||||
import time
|
import time
|
||||||
|
|
Loading…
Reference in a new issue