Skip to content

Commit

Permalink
bc details cli fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicc committed Jan 24, 2020
1 parent 55113e7 commit 0fd7b3e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rf_info/cli.py
Expand Up @@ -99,9 +99,7 @@ def run_output(frequency, unit, country):

elif key == 'broadcasting_details':
if len(value) > 0:
# print('{}{}{}:'.format(KEYCOLOR, fkey(key), RESET))
for each in value:
print(' {}{}{}'.format(VALUECOLOR, each, RESET))
print(' {}{}{}'.format(VALUECOLOR, each, RESET))

elif key == 'services_details':
if len(value) > 0:
Expand Down

0 comments on commit 0fd7b3e

Please sign in to comment.