From 4ef1ac575c6f515f35c358b796ea38be6a89967d Mon Sep 17 00:00:00 2001 From: curly60e <55191248+curly60e@users.noreply.github.com> Date: Sat, 27 Nov 2021 10:23:08 -0300 Subject: [PATCH] Whale Alert added --- PyBlock.py | 6 +++++- ver.txt | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/PyBlock.py b/PyBlock.py index 099bb26..7b6cd2d 100644 --- a/PyBlock.py +++ b/PyBlock.py @@ -32,7 +32,7 @@ from PIL import Image from robohash import Robohash -version = "1.1" +version = "1.1.1" def close(): print("<<< Back Control + C.\n\n") @@ -5391,6 +5391,8 @@ def platfformsLOCALcontrol(platf): weatherMenu() elif platf in ["L", "l"]: gameroom() + elif platf in ["M", "m"]: + whalalConn() elif platf in ["R", "r"]: menuSelection() @@ -5421,6 +5423,8 @@ def platfformsLOCALcontrolOnchainONLY(platf): weatherMenuOnchainONLY() elif platf in ["L", "l"]: gameroom() + elif platf in ["M", "m"]: + whalalConn() elif platf in ["R", "r"]: menuSelection() diff --git a/ver.txt b/ver.txt index 5b753eb..4898d04 100644 --- a/ver.txt +++ b/ver.txt @@ -1 +1 @@ -{"version":"1.1"} +{"version":"1.1.1"}