Move python scripts out of tmux folder, adjust other scripts and classes for this change.

This commit is contained in:
Darko
2015-09-30 12:13:57 +02:00
parent 05056ba84b
commit 9e87cab0d2
39 changed files with 270 additions and 191 deletions
@@ -0,0 +1,16 @@
{
"usenet": {
"host": "your.usenet.host.com",
"port": 443,
"username": "your_username",
"password": "your_password",
"use_ssl": true
},
"proxy": {
"host": "localhost",
"port": 9991
},
"pool": {
"size": 5
}
}