remove debug output from daemon launch

This commit is contained in:
robin 2022-05-15 13:10:43 +02:00
parent a8bc008e73
commit 965176ad78
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ def main():
f.close()
def startup():
f_run_once.run_once()
print("ok")
parser = argparse.ArgumentParser(description = "Mastodon robot posting RSS-Feeds")
parser.add_argument('--daemon', dest='daemon', action='store_true', help='run in daemon mode and repeat after a delay')
parser.add_argument('--delay', dest='daemon_delay', action='store', type=int, help='number of seconds to wait for next run default=3600')