mirror of
https://github.com/ethanrusz/scouter.git
synced 2024-11-24 04:27:46 -05:00
Add database calls to app.py
This commit is contained in:
parent
7e625b8de3
commit
19150301d6
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
|
Loading…
Reference in a new issue