Skip to content

Commit

Permalink
Update security.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tnix100 authored Nov 6, 2024
1 parent 4608611 commit 56a58f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())
}]
})

Expand Down

0 comments on commit 56a58f6

Please sign in to comment.