mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-13 14:13:15 -06:00
begin implementing character API fetch routes with rudimentary inefficient paging - character_data.keys() will need caching and surface level data building, perhaps prebuilt.json or runtime var? similar to SeasonList
This commit is contained in:
@@ -14,6 +14,8 @@ from typing import Dict, Iterable, List, Optional, Tuple, Union
|
||||
import enlighten
|
||||
import requests
|
||||
|
||||
from server.helpers import character_id
|
||||
|
||||
session = requests.Session()
|
||||
|
||||
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||
|
||||
Reference in New Issue
Block a user