mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 11:13:12 +02:00
fix remove chars
This commit is contained in:
@@ -90,7 +90,8 @@ if sys.argv[1] == "on":
|
||||
sys.exit(1)
|
||||
|
||||
# get ports
|
||||
ports = re.sub('"','', sys.argv[i] ).split("<")
|
||||
sys.argv[i] = re.sub('"','', sys.argv[i] )
|
||||
ports = sys.argv[i].split("<")
|
||||
port_internal = ports[0]
|
||||
port_external = ports[1]
|
||||
if port_internal.isdigit() == False:
|
||||
|
Reference in New Issue
Block a user