Trying to add a new account button gives the following error:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/Authenticator/widgets/window.py", line 79, in add_account
add_window = AddAccountWindow()
File "/usr/lib/python3.9/site-packages/Authenticator/widgets/accounts/add.py", line 41, in __init__
self.init_template('AddAccountWindow')
TypeError: <lambda>() takes 0 positional arguments but 1 was given
Pinned Comments
talone commented on 2020-07-27 11:39
Hi everyone,
I am the new maintainer of the package, and just made it work today (no workaround needed anymore); no specific update, simply a bugfix.