From dd38a2a0bab019e79e2e5771fa56af5dc50e4462 Mon Sep 17 00:00:00 2001 From: JackED42 Date: Tue, 7 Mar 2017 22:56:49 +0000 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a7973234..0c73b3a5 100755 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ I have been messing around with calibre-web in a few different ways and thought 1. Marking books as read/unread. In the Book View, there is now a row that says whether or not a book is read. If you click it, it will toggle. Further down the line, I plan on adding goodreads support, which if the book has a goodreads link, it will automatically move the book to the "to read" and "read" bookshelves. -2. Google drive support. In my local version, I currently have this working, but it is essentially to make the website have all the books / covers / metadata.db served directly from google drive. I am currently, still optimising a bit of code, and will hopefully have this on GitHub ASAP. +2. Google drive support. In my local version, I currently have this working, but it is essentially to make the website have all the books / covers / metadata.db served directly from google drive. I am currently, still optimising a bit of code, and will hopefully have this on GitHub ASAP. Running python cps.py -g, will now make it run with gevent ##Using Google Drive integration