Skip to content

Commit

Permalink
revert filelock version
Browse files Browse the repository at this point in the history
  • Loading branch information
LarynQi committed Nov 18, 2023
1 parent 365c395 commit 87d7ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/protocols/help.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def _get_feedback(self, req_id):

else:
feedback = 0
print()

if req_id:
feedback_payload = {
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ colorama==0.4.3
# Displaying Timedelta
display-timedelta==1.1
## Autobackup
filelock>=3.12.2
filelock==3.0.12
# Lark (BNF)
lark==0.12.0

Expand Down

0 comments on commit 87d7ef8

Please sign in to comment.