Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yzqzss committed Jun 15, 2024
1 parent c1e90cf commit b34d30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biliarchiver/rest_api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

@asynccontextmanager
async def lifespan(app: FastAPI):
global pending_queue, other_queue, _source_action_cor_queue
global pending_queue, other_queue
pending_queue = BiliVideoQueue()
other_queue = BiliVideoQueue(maxsize=250)
print("Loading queue...")
Expand Down

0 comments on commit b34d30b

Please sign in to comment.