Beispiel #1
0
 def handle(self, *args, **options):
     for account_id in INTERESTED_ACCOUNTS_IDS.value():
         a = Account.objects.get(account_id=account_id)
         download_games(a)