diff --git a/sstatus b/sstatus index de30270..2760ccd 100755 --- a/sstatus +++ b/sstatus @@ -8,7 +8,7 @@ try: except ImportError: from json.decoder import JSONDecodeError -api = 'http://api.steampowered.com/' +api = 'https://api.steampowered.com/' key = '63578AF8E85EDF1E49411D5D4E18E166' uid = '76561198008294872' #whiteline #uid = '76561198111568728' #N33R @@ -51,7 +51,6 @@ def get_player_summaries(steamids): } return steam_query('ISteamUser/GetPlayerSummaries/v0002', lambda data: data['response']['players'], params) - def boldgreen(string): return '\033[92m' + '\033[1m' + string + '\033[0m'