Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesqiao committed Nov 24, 2017
1 parent 9152027 commit 31684da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/visual_dl.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def gen_result(status, msg):

@app.route('/static/<path:filename>')
def serve_static(filename):
print("aaa")
return send_from_directory(os.path.join(server_path, static_file_path), filename)


Expand Down

0 comments on commit 31684da

Please sign in to comment.