@ -25,9 +25,8 @@ def main(address, password):
if __name__ == "__main__":
try:
password = os.environ["FRITZ_PASSWORD"]
except KeyError:
if password is None or password == "":
print("Error: FRITZ_PASSWORD environment variable not set.")
exit(1)