-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
- Commit f041e39 introduced an error:
Sinceid
is not defined as a member ofMainHandler
inIgnaleo.py
after the commit, the code below would raise error.
voter=Voter(proxy,worker_loop,localsession,id=self.id)
ValueError: Only http proxies are supported
after solved the first one.