aboutsummaryrefslogtreecommitdiffstats
path: root/database.py
diff options
context:
space:
mode:
Diffstat (limited to 'database.py')
-rw-r--r--database.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/database.py b/database.py
index 05e8a7e..93f7538 100644
--- a/database.py
+++ b/database.py
@@ -30,4 +30,4 @@ class Database:
if __name__ == "__main__":
with Database() as db:
- print(db.get_header_articles()) \ No newline at end of file
+ print(db.get_image("headerImage")) \ No newline at end of file