Update YSFReflector

added space as separator in the callsign
This commit is contained in:
Antonio Matraia
2021-06-29 10:20:03 +02:00
committed by GitHub
parent 52b9dc4d81
commit 22e9f25864
+1 -1
View File
@@ -237,7 +237,7 @@ def canTrasmit(cs, re_en):
global BLACK_LIST
global WHITE_LIST
global BLK_TMP
call_sp = re.split(r'[-/]', cs)
call_sp = re.split(r'[-/\' \']', cs)
call = call_sp[0]
## always block a stream from repeater ###