Bot into main #71

Merged
NormalParameter merged 55 commits from bot into main 2022-04-25 15:02:35 +00:00
Showing only changes of commit 2c0bbe3111 - Show all commits

View File

@ -24,6 +24,9 @@ import sys
example 0 8 * * * -> daily update at 8am
'''
user_ids = []
user_crontab = []
def main_loop():
""" main loop for regularly sending updates
:raises: none
@ -31,6 +34,9 @@ def main_loop():
:rtype: none
"""
current_time = time.ctime()
send_to_user(current_time)
def send_to_user(pText, pUser_id = 1770205310):