mirror of
https://github.com/FAUSheppy/python-flask-picture-factory
synced 2025-12-06 07:01:37 +01:00
remove obsolete debug stmt
This commit is contained in:
@@ -122,7 +122,6 @@ def sendPicture(path):
|
|||||||
@app.route("/")
|
@app.route("/")
|
||||||
def list():
|
def list():
|
||||||
retStringArr = []
|
retStringArr = []
|
||||||
print(PICTURE_DIR)
|
|
||||||
for root, dirs, files in os.walk(PICTURE_DIR):
|
for root, dirs, files in os.walk(PICTURE_DIR):
|
||||||
path = root.split(os.sep)
|
path = root.split(os.sep)
|
||||||
for f in files:
|
for f in files:
|
||||||
|
|||||||
Reference in New Issue
Block a user