User Log and Persistent Faction Information
This commit is contained in:
@@ -2,10 +2,9 @@ import aiohttp
|
||||
from config import FFSCOUTER_KEY
|
||||
|
||||
async def fetch_batch_stats(ids: list[int]):
|
||||
"""
|
||||
Fetches predicted stats for a list of Torn IDs in a single FFScouter request.
|
||||
Returns dict keyed by player_id.
|
||||
"""
|
||||
#Fetches predicted stats for a list of Torn IDs in a single FFScouter request.
|
||||
#Returns dict keyed by player_id.
|
||||
|
||||
if not ids:
|
||||
return {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user