The problem is in the file files.py line 41.
os.path.dirname(self.config.get_value('files-path') + "/" + filename) != "files"
This os.path.dirname is equal to the path from my config.
Therefore, there is a continuation
os.path.dirname(self.config.get_value('files-path') + "/" + filename) != "files"
This os.path.dirname is equal to the path from my config.
Therefore, there is a continuation