You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
it is possible to add the password parameter to fritzbox_traffic.py. If i try the python script i got no results.
With password all works fine:
conn = FritzConnection(address=os.environ['fritzbox_ip'],password=os.environ['fritzbox_password'])
Thanks for your great work! :)
Best Regards,
Fabian
The text was updated successfully, but these errors were encountered:
Hi,
it is possible to add the password parameter to fritzbox_traffic.py. If i try the python script i got no results.
With password all works fine:
conn = FritzConnection(address=os.environ['fritzbox_ip'],password=os.environ['fritzbox_password'])
Thanks for your great work! :)
Best Regards,
Fabian
The text was updated successfully, but these errors were encountered: