Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
MuslemRahimi committed Jul 26, 2024
1 parent 20c2a7d commit c4889bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,6 @@ async def stock_finder(data:StockScreenerData, api_key: str = Security(get_api_k
cache_key = f"stock-screener-data-{rule_of_list}"
cached_result = redis_client.get(cache_key)
if cached_result:
print('cached')
return StreamingResponse(
io.BytesIO(cached_result),
media_type="application/json",
Expand Down

0 comments on commit c4889bc

Please sign in to comment.