mirror of
https://github.com/ShaYmez/pYSFReflector.git
synced 2024-11-21 15:41:51 -05:00
Update YSFReflector
added space as separator in the callsign
This commit is contained in:
parent
52b9dc4d81
commit
22e9f25864
@ -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 ###
|
||||
|
Loading…
Reference in New Issue
Block a user