improved pdf viewer

This commit is contained in:
vabene1111
2020-06-10 15:40:24 +02:00
parent f44ebe0d05
commit ec8a879efa
201 changed files with 27517 additions and 415 deletions

View File

@ -12,7 +12,7 @@ class Provider:
raise Exception('Method not implemented in storage provider')
@staticmethod
def get_base64_file(recipe):
def get_file(recipe):
raise Exception('Method not implemented in storage provider')
@staticmethod