diff --git a/owrx/storage.py b/owrx/storage.py index 0c567705..9c22c4e9 100644 --- a/owrx/storage.py +++ b/owrx/storage.py @@ -91,7 +91,7 @@ class Storage(object): # Convert given file from BMP to PNG format using ImageMagick @staticmethod - def convertImage(self, inFile: str): + def convertImage(inFile: str): # Adds storage path if not inFile.startswith('/'): inFile = self.getFilePath(inFile)