No more dry run
This commit is contained in:
parent
eb5b09c6df
commit
7c66c1dcf6
2
main.py
2
main.py
@ -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", )
|
||||||
|
Loading…
Reference in New Issue
Block a user