Skip to content

Commit

Permalink
fix lock file start
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzaizai2k committed Nov 13, 2024
1 parent 8ebce05 commit 86ef606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
max_files_per_min = config['rate_limit']['max_files_per_min']
rate_limiter = RateLimiter(max_files_per_min)


remove_lock_file(config['lock_file'])

def process_change_stream(config):
global change_stream
Expand Down

0 comments on commit 86ef606

Please sign in to comment.