mirror of
https://github.com/basicswap/basicswap.git
synced 2025-04-06 14:27:30 +00:00
Update js_server.py
This commit is contained in:
parent
973800ed4c
commit
4ffa203c92
1 changed files with 2 additions and 2 deletions
|
@ -988,7 +988,7 @@ def js_active(self, url_split, post_string, is_json) -> bytes:
|
|||
"sort_by": "created_at",
|
||||
"sort_dir": "desc",
|
||||
"with_available_or_active": True,
|
||||
"with_extra_info": True
|
||||
"with_extra_info": True,
|
||||
}
|
||||
|
||||
EXCLUDED_STATES = [
|
||||
|
@ -999,7 +999,7 @@ def js_active(self, url_split, post_string, is_json) -> bytes:
|
|||
"Expired",
|
||||
"Timed-out",
|
||||
"Abandoned",
|
||||
"Completed"
|
||||
"Completed",
|
||||
]
|
||||
|
||||
all_bids = []
|
||||
|
|
Loading…
Reference in a new issue