diff --git a/export.py b/export.py index 8d7d85c6..5ab71723 100644 --- a/export.py +++ b/export.py @@ -129,6 +129,7 @@ def get(self): manufacturers = [] query = Manufacturer.all() query.order('name') + query.order('esta_id') for manufacturer in query: if manufacturer.esta_id in [self.ESTA_ID, 0xffff]: continue