1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Fix steammatch command

This commit is contained in:
Steffo 2020-06-06 01:05:39 +02:00
parent b0e1bfd75c
commit b6f7c253c7
Signed by: steffo
GPG key ID: 896A80F55F7C97F0

View file

@ -84,6 +84,7 @@ class SteammatchCommand(rc.Command):
steamid=steam_account._steamid, steamid=steam_account._steamid,
include_appinfo=True, include_appinfo=True,
include_played_free_games=True, include_played_free_games=True,
include_free_sub=True,
appids_filter=0) appids_filter=0)
except requests.exceptions.HTTPError: except requests.exceptions.HTTPError:
raise rc.ExternalError(f"L'account Steam di {user} è privato!") raise rc.ExternalError(f"L'account Steam di {user} è privato!")