correct condition

This commit is contained in:
KF7EEL 2021-03-05 07:19:02 -08:00 committed by GitHub
parent 30eb140b03
commit 45deeaf142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ def aprs_filter(packet):
recipient_ssid = re.sub('.*-','', aprslib.parse(packet)['addresse'])
if recipient == '':
pass
elif:
else:
for i in user_settings.items():
ssid = i[1][1]['ssid']
if i[1][1]['ssid'] == '':