mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-06 13:25:51 +01:00
deleteretention
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
import time
|
||||
|
||||
# ts stores the time in seconds
|
||||
ts = time.time()
|
||||
|
||||
from django.test import TestCase
|
||||
|
||||
# Create your tests here.
|
||||
# print the current timestamp
|
||||
print(ts)
|
||||
Reference in New Issue
Block a user