Add database calls to app.py

This commit is contained in:
Em (Ethan) Ruszanowski 2024-02-27 16:28:21 -05:00
parent 7e625b8de3
commit 19150301d6
Signed by: em
GPG key ID: C725D6E571252B96

View file

@ -108,5 +108,3 @@ limit 1;"""
return Moon(*moon) return Moon(*moon)
else: else:
return None return None
print(get_moon_by_id(3).default_layout)