From 56a58f6edd9268bcb06016c8df5f106ebc896b01 Mon Sep 17 00:00:00 2001 From: Tnix Date: Wed, 6 Nov 2024 19:19:25 +1300 Subject: [PATCH] Update security.py --- security.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security.py b/security.py index b948953..ae763af 100644 --- a/security.py +++ b/security.py @@ -171,7 +171,7 @@ def create_account(username: str, password: str, ip: str): "ip": ip, "reason": "User registered while using a VPN.", "comment": "", - "time": int(time()) + "time": int(time.time()) }] })