Formatting
This commit is contained in:
parent
ac24cad7fc
commit
9456806e7c
2 changed files with 4 additions and 2 deletions
1
app.py
1
app.py
|
@ -25,5 +25,6 @@ def all_images():
|
||||||
# TODO Implement
|
# TODO Implement
|
||||||
return NotImplementedError
|
return NotImplementedError
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run(host='0.0.0.0')
|
app.run(host='0.0.0.0')
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
import xml.etree.ElementTree as ElementTree
|
|
||||||
import requests
|
|
||||||
import datetime
|
import datetime
|
||||||
|
import xml.etree.ElementTree as ElementTree
|
||||||
|
|
||||||
|
import requests
|
||||||
|
|
||||||
from db.database import Session, Image
|
from db.database import Session, Image
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue