We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa57796 commit bdc7d7dCopy full SHA for bdc7d7d
src/rmfpapi/api/instructions.py
@@ -17,8 +17,7 @@
17
async def user_intructions(user: UserCRUDRequest, language: str) -> Dict[str, str]:
18
"""return user instructions"""
19
instructions_json_file = Path("/opt/templates/rune-fake.json")
20
-
+
21
tak_instructions_data = json.loads(instructions_json_file.read_text(encoding="utf-8"))
22
23
return {"callsign": user.callsign, "instructions": json.dumps(tak_instructions_data), "language": language}
24
0 commit comments