mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
fix checking ip
This commit is contained in:
parent
8622d48fd3
commit
69f6074330
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ Create one first and try again.
|
||||||
height=10, width=40, init="",
|
height=10, width=40, init="",
|
||||||
title="Static IP")
|
title="Static IP")
|
||||||
ip = text.strip()
|
ip = text.strip()
|
||||||
ip = token.split(' ')[0]
|
ip = ip.split(' ')[0]
|
||||||
|
|
||||||
# check for valid input
|
# check for valid input
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Reference in a new issue