diff options
| -rw-r--r-- | paper2remarkable/providers/_info.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/paper2remarkable/providers/_info.py b/paper2remarkable/providers/_info.py index 47c2e25..10b6959 100644 --- a/paper2remarkable/providers/_info.py +++ b/paper2remarkable/providers/_info.py @@ -50,6 +50,7 @@ class Informer: authors = self.authors[0] + "_et_al" else: authors = "_".join(self.authors) + authors = authors.replace(" ", "_") authors = clean_string(authors) # Clean the title and make it titlecase |
