fix: crontabfile -> crontab
1 files changed, 1 insertions(+), 1 deletions(-) M scripts/pcrond
M scripts/pcrond => scripts/pcrond +1 -1
@@ 26,5 26,5 @@ if __name__ == "__main__": from pcrond import Scheduler scheduler = Scheduler() - scheduler.load_crontab_file(args.crontabfile) + scheduler.load_crontab_file(args.crontab) scheduler.main_loop()