Skip to content

Commit fddb95b

Browse files
committed
finallest
1 parent 738dfcd commit fddb95b

File tree

199 files changed

+1624
-38050
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+1624
-38050
lines changed

backend/api/app.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@ def get_assetface(asset):
167167
def scan(anything):
168168
return redirect("https://github.com/meet244/PicFolio", code=302)
169169

170+
@app.route('/download/app', methods=['GET'])
171+
@app.route('/dowload/app/<string:anything>', methods=['GET'])
172+
def scan(anything):
173+
return redirect("https://github.com/meet244/PicFolio", code=302)
174+
170175
if __name__ == '__main__':
171176
# read_config()
172177
# threading.Thread(target=background_tasks, daemon=True).start()

backend/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1923,8 +1923,8 @@ def stats():
19231923

19241924
def start_this():
19251925
# while True: #todo: remove this
1926-
threading.Thread(target=run_background_script, daemon=True).start()
1927-
print("Server started")
1926+
# threading.Thread(target=run_background_script, daemon=True).start()
1927+
# print("Server started")
19281928
serve(app, host="0.0.0.0", port=7251)
19291929
# app.run(host="0.0.0.0", port=7251, debug=False) # multiple bg threads here
19301930
# app.run(port=7251, debug=False) # multiple bg threads here
-6.73 KB
Binary file not shown.
-29.9 KB
Binary file not shown.
-44.5 KB
Binary file not shown.

backend/data/training/4/211698.jpg

-20.4 KB
Binary file not shown.

backend/data/training/4/371706.jpg

-23.1 KB
Binary file not shown.
-44.5 KB
Binary file not shown.

backend/data/training/4/991759.jpg

-43.8 KB
Binary file not shown.
-32.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)