Skip to content

Commit

Permalink
Remove unintended change of sleep(1)
Browse files Browse the repository at this point in the history
  • Loading branch information
toshan-luktuke committed Sep 21, 2024
1 parent ed3f8a6 commit 2343a6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/staticfiles/synthesis/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ def main():
signal.signal(signal.SIGINT, param_func)

for process in processes:
sleep(1)
process.start()

try:
Expand Down

0 comments on commit 2343a6a

Please sign in to comment.