@ -6,7 +7,7 @@ g = Github(open(".access_token").read().strip())
defpost_update(text):
defpost_update(text):
repo=g.get_repo("crystalrfc-bot/status")
repo=g.get_repo("crystalrfc-bot/status")
thread=repo.get_issue(1)
thread=repo.get_issue(1)
thread.create_comment(text+"\nBeep Boop! (I'm a bot, and this action was performed automagically.)")
thread.create_comment(text+"\nBeep Boop! (I'm a bot, and this action was performed automagically.)\nScan timestamp: `"+datetime.datetime.now().isoformat()+"`")