Skip to content

Commit

Permalink
Merge pull request #118 from zizzic/develop_for_adding_region_lock_de…
Browse files Browse the repository at this point in the history
…fense_code

[fix] appid type hotfix
  • Loading branch information
mediwind authored Feb 29, 2024
2 parents 484ab49 + 73d6354 commit db86cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/game/game_price_to_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def get_price():
temp = {
"success": False,
"data": {
"steam_appid": appid,
"steam_appid": int(appid),
"price_overview": {
"final": 999999999,
"initial": 999999999,
Expand Down

0 comments on commit db86cf7

Please sign in to comment.