Skip to content

Commit

Permalink
fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
IamLizu committed Jun 14, 2023
1 parent 30b9cb6 commit e014c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mongo_to_s3/mongo_to_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def main():
s3_secret_key = input("Enter S3 secret key: ")

# Get the cron schedule from the command-line arguments
cron_schedule = "* */12 * * *"
cron_schedule = "0 */12 * * *"
if "-cSchedule" in args:
cron_index = args.index("-cSchedule") + 1
if cron_index < len(args):
Expand Down

0 comments on commit e014c99

Please sign in to comment.