From ce088ebd9006871c5039633df8e30d3ad758a887 Mon Sep 17 00:00:00 2001 From: eric Date: Sat, 20 Apr 2019 14:34:09 -0400 Subject: [PATCH] errata --- MSDrive.py | 2 +- README.md | 2 +- templates/index.html | 16 ++++++++++++++++ 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 templates/index.html diff --git a/MSDrive.py b/MSDrive.py index bd04f87..c95c2f9 100644 --- a/MSDrive.py +++ b/MSDrive.py @@ -47,7 +47,7 @@ class MSDrive (CloudStorage.CloudStorage): """ Upload a file to microsoft drive. """ url = self.upload_endpoint.format( - 'filename': self.fix_filename (session.ebook.get_filename ()) + {'filename': self.fix_filename (session.ebook.get_filename ())} ) upload_session = session.post (url) diff --git a/README.md b/README.md index 43eefe5..fd37439 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # autocat3_original -## Intruduction +## Introduction **autocat3** is a python-based application used for supporting [Project Gutenberg](gutenberg.org). CherryPy is used as the web framwork which is easy to develop. diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..f18285c --- /dev/null +++ b/templates/index.html @@ -0,0 +1,16 @@ + + + + + + + + +
Download Test +Dropbox + +Google Drive + +OneDrive +
+ \ No newline at end of file