posborne / putio-sync

Python daemon that automatically downloads files from put.io
MIT License
29 stars 12 forks source link

Fix access of unassigned pbar #42

Closed Pro closed 7 years ago

Pro commented 7 years ago

There was an error in my previous PR because pbar is not assigned in the start callbak. Fixed here.