perf: 去掉 debug

This commit is contained in:
ibuler
2023-06-27 14:31:20 +08:00
parent 77bcb05d80
commit a22f36a06a
7 changed files with 9 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ class AliasAccount(TextChoices):
ALL = '@ALL', _('All')
INPUT = '@INPUT', _('Manual input')
USER = '@USER', _('Dynamic user')
ANON = '@ANON', _('Anonymous user')
ANON = '@ANON', _('Anonymous account')
class Source(TextChoices):