From ed9f4684bc20120c8e72802648d38dfb5d65e78f Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 2 May 2021 18:01:50 +0530 Subject: [PATCH] Improved the code to include better error handling --- wazirtext.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/wazirtext.py b/wazirtext.py index 1b3ba2c..8c76c6a 100644 --- a/wazirtext.py +++ b/wazirtext.py @@ -123,9 +123,7 @@ def texting(target,string): # Whatsapp Text Code break; if counter%15==0: data=data[9:] - - - + tt = t.localtime() ct = t.strftime("%H:%M:%S", tt)