david hace 8 años
padre
commit
fab9f87833
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      qmanager.py

+ 1 - 3
qmanager.py

@@ -25,9 +25,7 @@ class qManager:
     def new_dl(self, string):
         """Download a book"""
         irc_client = IRCClient(
-            string,
-            "",
-            "BOOK",
+            string, "", "BOOK",
             cb=self.update_cb,
             logging=False,
             path=self.PATH)