minor clean up on headings, alerts at top of /fix_dups route
This commit is contained in:
2
files.py
2
files.py
@@ -236,8 +236,6 @@ def fix_dups():
|
||||
dup_cnt += 1
|
||||
|
||||
per_path_dups.append({'count': dup_cnt, 'd1': d1, 'd2': d2 })
|
||||
st.SetAlert("warning")
|
||||
st.SetMessage("Not Yet!")
|
||||
return render_template("dups.html", per_file_dups=per_file_dups, per_path_dups=per_path_dups)
|
||||
|
||||
@app.route("/move_files", methods=["POST"])
|
||||
|
||||
Reference in New Issue
Block a user