We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a3d48 commit a070295Copy full SHA for a070295
1 file changed
app/notification/telegram/admin.py
@@ -18,7 +18,7 @@ async def create_admin(admin: AdminDetails, by: str):
18
username=username,
19
role=role,
20
status=admin.status.value,
21
- used_traffic=admin.used_traffic,
+ used_traffic=readable_size(admin.used_traffic),
22
by=by,
23
)
24
settings: NotificationSettings = await notification_settings()
@@ -34,7 +34,7 @@ async def modify_admin(admin: AdminDetails, by: str):
34
35
36
37
38
39
40
0 commit comments