Comment 4 for bug 1492394

Revision history for this message
Aurimas FiĊĦeras (aurimas-gmail) wrote :

Workaround to start Deluge:
comment out all appearances of "apply_with_init=False" in /usr/lib/python2.7/dist-packages/service_identity/_common.py
E.g., from:
@attributes(["pattern"], apply_with_init=False)
To:
@attributes(["pattern"]) #, apply_with_init=False)