forked from p15670423/monkey
Remove unused `format_time()` in `common/utils/attack_utils.py`
This commit is contained in:
parent
81f785ea74
commit
df8f9c81e6
|
@ -42,13 +42,3 @@ class UsageEnum(Enum):
|
|||
|
||||
# Dict that describes what BITS job was used for
|
||||
BITS_UPLOAD_STRING = "BITS job was used to upload monkey to a remote system."
|
||||
|
||||
|
||||
def format_time(time):
|
||||
return "%s-%s %s:%s:%s" % (
|
||||
time.date().month,
|
||||
time.date().day,
|
||||
time.time().hour,
|
||||
time.time().minute,
|
||||
time.time().second,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue