Skip to content

Commit

Permalink
Added support for Cooking Stories and Snake Run!
Browse files Browse the repository at this point in the history
  • Loading branch information
ShafiqSadat authored Oct 1, 2024
1 parent 9f38243 commit 8559002
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,20 @@
'timing': 30000 / 1000,
'attempts': 20,
},
18: {
'name': 'Snake Run',
'appToken': 'c8e017e2-8817-4d02-bce6-b951e74bb18f',
'promoId': 'c8e017e2-8817-4d02-bce6-b951e74bb18f',
'timing': 30000 / 1000,
'attempts': 20,
},
19: {
'name': 'Cooking Stories',
'appToken': 'ed526e8c-e6c8-40fd-b72a-9e78ff6a2054',
'promoId': 'ed526e8c-e6c8-40fd-b72a-9e78ff6a2054',
'timing': 30000 / 1000,
'attempts': 20,
},
}


Expand Down

0 comments on commit 8559002

Please sign in to comment.