No more dry run

This commit is contained in:
Dominik Moritz Roth 2024-05-21 16:57:14 +02:00
parent eb5b09c6df
commit 7c66c1dcf6

View File

@ -19,7 +19,7 @@ from fritzconnection.core.fritzconnection import (
FRITZ_ENV_PASSWORD, FRITZ_ENV_PASSWORD,
) )
DRY = True DRY = False
def readPortmappings(fc): def readPortmappings(fc):
num = fc.call_action("WANPPPConnection1", "GetPortMappingNumberOfEntries", ) num = fc.call_action("WANPPPConnection1", "GetPortMappingNumberOfEntries", )