Ivond
Results
1
issues of
Ivond
Example of my script from supbot import Supbot from datetime import datetime as dt def repeat_message(contact_name, message): print(message, dt.now().strftime('%M:%S')) supbot.send_message(contact_name,message) with Supbot(repeat_message, device='emulator-5554', no_server=True) as supbot: supbot.wait_for_finish() supbot - INFO...