Skip to content

Commit

Permalink
Improved the code to include better error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
arnabm14 committed May 2, 2021
1 parent 49455c4 commit ed9f468
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions wazirtext.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit ed9f468

Please sign in to comment.