DatabaseEditor
                                
                                
                                
                                    DatabaseEditor copied to clipboard
                            
                            
                            
                        [BUG]
Describe the bug I have been disconected when i want to change performance settings
To Reproduce Steps to reproduce the behavior:
- Select file..'
 - Click on my team
 - Change parameters of any of parts of the car
 - Have been disconected
 
Traceback (most recent call last): File "C:\Users\amd19\OneDrive\Escritorio\DatabaseEditor-2.2.2\back\back.py", line 34, in handle_client await app_state.new_handler(data, client) File "C:\Users\amd19\OneDrive\Escritorio\DatabaseEditor-2.2.2\back\back.py", line 21, in new_handler await command.execute() File "C:\Users\amd19\OneDrive\Escritorio\DatabaseEditor-2.2.2\back\commands\editPerformance.py", line 14, in execute car_analysis.fit_loadouts_dict(self.message['loadouts'], self.message['teamID']) File "C:\Users\amd19\OneDrive\Escritorio\DatabaseEditor-2.2.2\back\scripts\car_analysis.py", line 403, in fit_loadouts_dict items_2 = self.cursor.execute(f"SELECT ItemID FROM Parts_Items WHERE DesignID = {design_2} AND BuildWork = {standard_buildwork_per_part[int(part)]} AND AssociatedCar IS NULL").fetchall() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: None