Skip to content

Commit

Permalink
Added support for Pin Out Master game!
Browse files Browse the repository at this point in the history
  • Loading branch information
ShafiqSadat authored Sep 18, 2024
1 parent a238e19 commit c1c4777
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,13 @@
'timing': 40000 / 1000,
'attempts': 20,
},
12: {
'name': 'Pin Out Master',
'appToken': 'd2378baf-d617-417a-9d99-d685824335f0',
'promoId': 'd2378baf-d617-417a-9d99-d685824335f0',
'timing': 30000 / 1000,
'attempts': 20,
},
}


Expand Down

0 comments on commit c1c4777

Please sign in to comment.