Fix the server docker image build

This commit is contained in:
2026-02-28 20:47:53 +01:00
parent 564ba1d85d
commit 5c01ecb2d1
11 changed files with 87 additions and 35 deletions

View File

@@ -22,7 +22,6 @@ import datetime
from time import time
from weakref import WeakSet
import wx
from logbook import Logger
import eos.db
@@ -235,6 +234,7 @@ class Fit:
@classmethod
def getCommandProcessor(cls, fitID):
if fitID not in cls.processors:
import wx
cls.processors[fitID] = wx.CommandProcessor(maxCommands=100)
return cls.processors[fitID]