Skip to content

Commit

Permalink
Update tools_handler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonCatalyst committed May 14, 2024
1 parent 815ba54 commit e667593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
with open("src/social_platforms.json", "r") as json_file:
social_platforms = json.load(json_file)

counter_emojis = ['💥', '🌀', '💣', '🔥', '💢', '💀', '', '💫', '💥', '💢']
counter_emojis = ['🍻', '📑', '📌', '🌐', '🔰', '💀', '🔍', '📮', 'ℹ️', '📂', '📜', '📋', '📨', '🌟', '💫', '', '🔥', '🆔', '🎲']
emoji = random.choice(counter_emojis) # Select a random emoji for the counter

MAX_RETRY_COUNT = 20 # Define the maximum number of retry attempts
Expand Down

0 comments on commit e667593

Please sign in to comment.