Skip to content

Commit

Permalink
remove contacts
Browse files Browse the repository at this point in the history
  • Loading branch information
marviniciuz committed Jul 11, 2023
1 parent 3b36188 commit f7eaf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import time
from datetime import datetime

contacts = ['+5563992688030','+5563984070060']
contacts = [' ',' ']

while len(contacts) >= 1:
pywhatkit.sendwhatmsg(contacts[0],'ola mundo',datetime.now().hour,datetime.now().minute + 2)
Expand Down

0 comments on commit f7eaf25

Please sign in to comment.