mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-30 12:36:07 +02:00
fix checking ip
This commit is contained in:
parent
8622d48fd3
commit
69f6074330
@ -416,7 +416,7 @@ Create one first and try again.
|
||||
height=10, width=40, init="",
|
||||
title="Static IP")
|
||||
ip = text.strip()
|
||||
ip = token.split(' ')[0]
|
||||
ip = ip.split(' ')[0]
|
||||
|
||||
# check for valid input
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user