From 278ff5da41126047a1bb3936b215bdbe63480e5e Mon Sep 17 00:00:00 2001 From: FahdWeb3Dev <35965906+ELHARAKA@users.noreply.github.com> Date: Fri, 27 Oct 2023 17:20:40 +0100 Subject: [PATCH] V1.5.3 API Errors FIX --- coinOps.py | 2 +- config.py | 4 ++-- snipe.py | 2 +- snipegenius.py | 2 +- transactions.py | 2 +- wallet.py | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/coinOps.py b/coinOps.py index 5ce1288..93e65b9 100644 --- a/coinOps.py +++ b/coinOps.py @@ -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 diff --git a/config.py b/config.py index 74c5941..6b65670 100644 --- a/config.py +++ b/config.py @@ -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 @@ -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')) diff --git a/snipe.py b/snipe.py index ce2d1cd..22f40cb 100644 --- a/snipe.py +++ b/snipe.py @@ -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 diff --git a/snipegenius.py b/snipegenius.py index 3f6b981..8ca96c9 100644 --- a/snipegenius.py +++ b/snipegenius.py @@ -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 diff --git a/transactions.py b/transactions.py index f3f684a..a12c9a6 100644 --- a/transactions.py +++ b/transactions.py @@ -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 diff --git a/wallet.py b/wallet.py index 3e1200a..a8309d5 100644 --- a/wallet.py +++ b/wallet.py @@ -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