This commit is contained in:
Michał Gdula 2023-04-04 14:00:00 +00:00
parent a4d19bf32a
commit 97119ced54
4 changed files with 30 additions and 14 deletions

View file

@ -26,7 +26,7 @@ class OnlyLegs(Application):
return cfg
@staticmethod
def prog(self): # pylint: disable=C0116, E0202
def prog(): # pylint: disable=C0116, E0202
return 'OnlyLegs'
def load(self):