Browse Source

latest upload >> latest entry

ansible-setup-and-deploy
nberting 6 years ago
parent
commit
e158a23f4e
  1. 2
      app/views.py

2
app/views.py

@ -136,7 +136,7 @@ def get_updates():
allbooks = db.session.query(Book).all()
id = len(allbooks)
latest_upload = allbooks[-1]
return "This is the XPPL ~ Library XPUB ~ Updates / / / / / / / Last viewed: " + userin.info + " / / / / / / / " + str(len(allbooks)) + " Books online "+ " / / / / / / / " + "Latest upload: " + latest_upload.title
return "This is the XPPL ~ Library XPUB ~ Updates / / / / / / / Last viewed: " + userin.info + " / / / / / / / " + str(len(allbooks)) + " Books online "+ " / / / / / / / " + "Latest entry: " + latest_upload.title
@app.route('/scape', methods=['POST', 'GET'])
def scape():

Loading…
Cancel
Save