-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3f7d2d0
commit a7ee7e6
Showing
5 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.7 | ||
4.0.8 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -109,8 +109,8 @@ | |
get_icons = get_resources = None | ||
|
||
#- set up logging ------------------------------------------------------------- | ||
logger = MyLogger("/tmp/letssharebooks_log.log") | ||
# logger = Om() # for silent logger | ||
# logger = MyLogger("/tmp/letssharebooks_log.log") | ||
logger = Om() # for silent logger | ||
logger.debug("QT_RUNNING: {}".format(QT_RUNNING)) | ||
|
||
#------------------------------------------------------------------------------ | ||
|
@@ -1426,7 +1426,7 @@ def establish_ssh_server(self): | |
#- like memoryoftheworld.org but on pede.rs it listens -------- | ||
#- on port 443 (usually left opened on firewall --------------- | ||
#- because of https) ------------------------------------------ | ||
'-o', 'ProxyCommand ssh -W %h:%p [email protected] -p 443', | ||
# '-o', 'ProxyCommand ssh -W %h:%p [email protected] -p 443', | ||
prefs['lsb_server'], | ||
'-l', 'tunnel', '-R', '{}:localhost:{}'.format( | ||
self.us.port, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters