mirror of
https://github.com/bellingcat/cisticola.git
synced 2026-06-11 04:48:33 +03:00
removed special case
This commit is contained in:
@@ -6,10 +6,7 @@ from cisticola.base import Channel, ChannelInfo
|
||||
|
||||
def standardize_country(s):
|
||||
_s = s.split('(')[0].split('?')[0]
|
||||
if _s == 'AUS':
|
||||
return 'AU'
|
||||
else:
|
||||
return _s.strip()
|
||||
return _s.strip()
|
||||
|
||||
|
||||
def sync_channels(args, session):
|
||||
|
||||
Reference in New Issue
Block a user