[game-data-packager] 01/01: steam.py: bugfix

Alexandre Detiste detiste-guest at moszumanska.debian.org
Fri Apr 3 14:17:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

detiste-guest pushed a commit to branch master
in repository game-data-packager.

commit d6a553ab0c8fce4dff46c12aea6617620e679a49
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Fri Apr 3 16:16:32 2015 +0200

    steam.py: bugfix
---
 game_data_packager/steam.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game_data_packager/steam.py b/game_data_packager/steam.py
index a8fff2e..366a42a 100644
--- a/game_data_packager/steam.py
+++ b/game_data_packager/steam.py
@@ -52,4 +52,4 @@ def owned_steam_games(steam_id):
         appid = int(game.find('appID').text)
         name = game.find('name').text
         #print(appid, name)
-        yield {appid, name}
+        yield [appid, name]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list