Update js_server.py

This commit is contained in:
gerlofvanek 2025-03-26 20:05:26 +01:00
parent 973800ed4c
commit 4ffa203c92

View file

@ -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 = []