Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Patent2net committed Jan 12, 2021
1 parent b6b1795 commit 6219dbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,9 @@ def gitupdater():

@app.route('/mass', methods=['GET','POST'])
def mass():
for file in os.listdir("./RequestsSets"):
for file in os.listdir("./REQUESTS"):
if file.endswith(".cql"):
command="p2n run --config=../RequestsSets/%s"%(file)
command="p2n run --config=../REQUESTS/%s"%(file)
os.system(command)
return render_template('Patent2Net/templates/Request_Form/ConfirmationP2N.html')

Expand Down

0 comments on commit 6219dbb

Please sign in to comment.