Commit a9cb70a4 authored by Pablo Armingol's avatar Pablo Armingol
Browse files

code cleanup

parent c3075c40
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -156,7 +156,6 @@ cython_debug/

# Other
/tmp
/netphony-network-protocols

# Sqlite
*.db
+1 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ def add():
    form.device_type.choices = []
    for device_type in DeviceTypeEnum:
        form.device_type.choices.append((device_type.value,device_type.value))

    if form.validate_on_submit():
        device_obj = Device()
        # Device UUID: