Removing trailing spaces No 7 >:(

This commit is contained in:
Bandie 2018-04-04 17:20:17 +02:00
parent abf6a0f563
commit 3e7f23ccd1
Signed by: Bandie
GPG Key ID: C1E133BC65A822DD
1 changed files with 1 additions and 1 deletions

2
dingd
View File

@ -110,7 +110,7 @@ def main():
def init():
global CONFIG, host, port, cafile, certfile, keyfile, pw_on, password, pwtimeout, tmppw_on, context, bindsocket
if(os.name == 'nt'):
CONFIG = "dingd.win.cfg"
else: