mirror of
https://github.com/Code-For-Groningen/temmies.git
synced 2025-03-15 07:10:15 +01:00
Fixed slight bug with unused method
This commit is contained in:
parent
6a63abf7ae
commit
2378be4d42
@ -79,6 +79,6 @@ class Submission:
|
|||||||
def get_files(self) -> list[str] | None:
|
def get_files(self) -> list[str] | None:
|
||||||
"""Get a list of uploaded files in the format [(name, url)]"""
|
"""Get a list of uploaded files in the format [(name, url)]"""
|
||||||
if not self.__info:
|
if not self.__info:
|
||||||
self.__info = self.info()
|
self.__info = self.get_info()
|
||||||
|
|
||||||
return self.__info.get("files", None)
|
return self.__info.get("files", None)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user