Skip to content

Commit

Permalink
Fixed Gangs Wars key generation!
Browse files Browse the repository at this point in the history
  • Loading branch information
ShafiqSadat authored Aug 30, 2024
1 parent 9a3b485 commit 29729f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
'name': 'Gangs Wars',
'appToken': 'b6de60a0-e030-48bb-a551-548372493523',
'promoId': 'c7821fa7-6632-482c-9635-2bd5798585f9',
'timing': 20000 / 1000,
'timing': 40000 / 1000,
'attempts': 20,
},
}
Expand Down

1 comment on commit 29729f3

@CharithaRatnayake
Copy link

@CharithaRatnayake CharithaRatnayake commented on 29729f3 Aug 31, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How do you get appToken and promoId for new games?

Please sign in to comment.