import binascii

Solves the undefined name on line 30
This commit is contained in:
cclauss 2017-07-31 12:28:55 +02:00 committed by GitHub
parent d9b3078f7b
commit 231195ba0a
1 changed files with 1 additions and 0 deletions

View File

@ -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