remove add tag automaticaly

This commit is contained in:
Cayo Puigdefabregas 2022-07-20 10:33:44 +02:00
parent a2b9d1c96d
commit 2aafe9efcc
1 changed files with 1 additions and 1 deletions

View File

@ -1486,4 +1486,4 @@ def create_code_tag(mapper, connection, device):
db.session.add(tag) db.session.add(tag)
event.listen(Device, 'after_insert', create_code_tag, propagate=True) # event.listen(Device, 'after_insert', create_code_tag, propagate=True)