mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 10:01:53 +08:00
changed separator
This commit is contained in:
@@ -328,7 +328,7 @@ class UserGpio:
|
||||
"text": item[1:].strip(),
|
||||
})
|
||||
else:
|
||||
parts = list(map(str.strip, item.split(",", 1)))
|
||||
parts = list(map(str.strip, item.split("|", 1)))
|
||||
if parts:
|
||||
if parts[0] in self.__inputs:
|
||||
items.append({
|
||||
|
||||
Reference in New Issue
Block a user