Skip to content

Commit

Permalink
V1.5.3 API Errors FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
ELHARAKA committed Oct 27, 2023
1 parent eeda296 commit 278ff5d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion coinOps.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SnipeGenius 🥞 (PancakeSwap)
# Version: 1.5.2
# Version: 1.5.3
# Developed by Fahd El Haraka ©
# Email: fahd@web3dev.ma
# Telegram: @thisiswhosthis
Expand Down
4 changes: 2 additions & 2 deletions config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SnipeGenius 🥞 (PancakeSwap)
# Version: 1.5.2
# Version: 1.5.3
# Developed by Fahd El Haraka ©
# Email: fahd@web3dev.ma
# Telegram: @thisiswhosthis
Expand Down Expand Up @@ -28,7 +28,7 @@ def display_splash():
print(colored(ascii_art, 'white'))

print("--------------------------------------------------------")
print(colored("SnipeGenius 🥞 Version: 1.5.2", 'yellow'))
print(colored("SnipeGenius 🥞 Version: 1.5.3", 'yellow'))
print("--------------------------------------------------------\n")
print("Developed by " + colored("Fahd El Haraka ©", 'red'))
print("Telegram: " + colored("@thisiswhosthis", 'red'))
Expand Down
2 changes: 1 addition & 1 deletion snipe.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SnipeGenius 🥞 (PancakeSwap)
# Version: 1.5.2
# Version: 1.5.3
# Developed by Fahd El Haraka ©
# Email: fahd@web3dev.ma
# Telegram: @thisiswhosthis
Expand Down
2 changes: 1 addition & 1 deletion snipegenius.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SnipeGenius 🥞 (PancakeSwap)
# Version: 1.5.2
# Version: 1.5.3
# Developed by Fahd El Haraka ©
# Email: fahd@web3dev.ma
# Telegram: @thisiswhosthis
Expand Down
2 changes: 1 addition & 1 deletion transactions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SnipeGenius 🥞 (PancakeSwap)
# Version: 1.5.2
# Version: 1.5.3
# Developed by Fahd El Haraka ©
# Email: fahd@web3dev.ma
# Telegram: @thisiswhosthis
Expand Down
2 changes: 1 addition & 1 deletion wallet.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SnipeGenius 🥞 (PancakeSwap)
# Version: 1.5.2
# Version: 1.5.3
# Developed by Fahd El Haraka ©
# Email: fahd@web3dev.ma
# Telegram: @thisiswhosthis
Expand Down

0 comments on commit 278ff5d

Please sign in to comment.