Switch to unified view

a/src/radio_scripts/fip-meta.py b/src/radio_scripts/fip-meta.py
1
#!/usr/bin/env python3
1
#!/usr/bin/env python2
2
#
2
from __future__ import print_function
3
# Metadata getter for fip stations, we get the station number as first
3
4
# metadata getter for French radio FIP stations, we get the station
4
# parameter (set in config file).
5
# number as first parameter (set in config file).
6
5
import requests
7
import requests
6
import json
8
import json
7
import sys
9
import sys
8
import os
10
import os
9
import time
11
import time