Skip to content

Commit

Permalink
what kind of proxy tool can't even set the damn env vars correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyzz committed Oct 12, 2021
1 parent a195929 commit c0d0bb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
from calibre.customize import InterfaceActionBase

VERSION = (3, 13, 1)
VERSION = (3, 13, 2)


class WordDumbDumb(InterfaceActionBase):
Expand Down
5 changes: 4 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ def job_failed(self, job):
Check your proxy configuration environment variables,
they should be set by these commands:<br>
<code>$ export HTTP_PROXY="http://host:port"</code><br>
<code>$ export HTTPS_PROXY="http://host:port"</code>
<code>$ export HTTPS_PROXY="http://host:port"</code><br>
<br>
If you're allergic to terminal, close your proxy and
use a VPN.
''', job.details)
else:
self.gui.job_exception(job, dialog_title='Tonnerre de Brest!')
Expand Down

0 comments on commit c0d0bb6

Please sign in to comment.