Skip to content

Commit

Permalink
Return of the string type for mdb lists (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
lostb1t authored Jun 17, 2024
1 parent c633853 commit f6c5175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/program/settings/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class ListrrModel(Updatable):
class MdblistModel(Updatable):
enabled: bool = False
api_key: str = ""
lists: List[int] = []
lists: List[int | str] = []
update_interval: int = 300


Expand Down

0 comments on commit f6c5175

Please sign in to comment.