Skip to content

Commit

Permalink
Added support for Infected Frontier!
Browse files Browse the repository at this point in the history
  • Loading branch information
ShafiqSadat authored Sep 19, 2024
1 parent 05ad431 commit 7849cec
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 @@ -115,6 +115,13 @@
'timing': 30000 / 1000,
'attempts': 20,
},
15: {
'name': 'Infected Frontier',
'appToken': 'eb518c4b-e448-4065-9d33-06f3039f0fcb',
'promoId': 'eb518c4b-e448-4065-9d33-06f3039f0fcb',
'timing': 30000 / 1000,
'attempts': 20,
},
}


Expand Down

0 comments on commit 7849cec

Please sign in to comment.