Remove wrong code.

This commit is contained in:
Yuxin Wang 2018-10-03 22:43:29 -04:00
parent 1a66e36374
commit 7bd7baf897

View file

@ -89,7 +89,6 @@ class PeerTerminal(cmd.Cmd):
if current == total:
print('Downloading {} ['.format(filename) + 30 * '=' + '>] 100%')
_, message = self._peer.download(filename, destionation, progress)
_, message = self._peer.download(filename, destination, progress)
print(message)