mirror of
https://github.com/wassname/FanFicFare.git
synced 2026-09-11 11:52:07 +08:00
Couple more small fixes to plugin.
This commit is contained in:
@@ -183,6 +183,7 @@ def do_download_for_worker(book,options):
|
||||
except Exception as e:
|
||||
book['good']=False
|
||||
book['comment']=unicode(e)
|
||||
book['icon']='dialog_error.png'
|
||||
print("%s:%s"%(book,unicode(e)))
|
||||
# XXX trace for not-expected exceptions
|
||||
traceback.print_exc()
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@ from glob import glob
|
||||
from makezip import createZipFile
|
||||
|
||||
if __name__=="__main__":
|
||||
filename="FanFictionDownLoaderPlugin.zip"
|
||||
filename="FanFictionDownLoader.zip"
|
||||
exclude=['*.pyc','*~','*.xcf']
|
||||
# from top dir. 'w' for overwrite
|
||||
createZipFile(filename,"w",
|
||||
|
||||
Reference in New Issue
Block a user