Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jokester committed Dec 15, 2024
1 parent 5026547 commit 9c3ea48
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/models/language.py
Original file line number Diff line number Diff line change
Expand Up @@ -802,9 +802,7 @@ def init_system_languages(cls) -> None:
sort=sort,
).save()
sort += 1
logger.debug(
gettext("Initialized Language collection with %d languages"), len(sort)
)
logger.debug(gettext("Initialized Language collection with %d languages"), sort)

@classmethod
def create(
Expand Down

0 comments on commit 9c3ea48

Please sign in to comment.