Skip to content

Commit

Permalink
Control de errores en ConfigCat
Browse files Browse the repository at this point in the history
  • Loading branch information
mouredev committed Feb 23, 2024
1 parent f74e3ad commit 8088345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion link_bio/link_bio/api/ConfigCatAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def __init__(self) -> None:

def schedule(self) -> dict:
response = self.configcat.get_value("live_schedule", "")
print(response)
print(f"Res: {response}")

# if value != "":
# return json.loads(value)
Expand Down

0 comments on commit 8088345

Please sign in to comment.