Skip to content
Snippets Groups Projects
Unverified Commit 6b0bd179 authored by Marco Marinello's avatar Marco Marinello
Browse files

Do not set manually timestamp

parent 497f03d0
No related branches found
No related tags found
No related merge requests found
......@@ -59,8 +59,8 @@ class Command(BaseCommand):
pmodels.Alarm.objects.create(
host=host,
definition=definition,
description=description,
timestamp=school.last_timestamp,
description=description
#timestamp=school.last_timestamp,
)
except:
# already exists, skip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment