diff options
| author | Fulgen301 <tokmajigeorge@gmail.com> | 2017-03-17 18:07:54 +0100 |
|---|---|---|
| committer | Fulgen301 <tokmajigeorge@gmail.com> | 2017-07-11 11:10:31 +0200 |
| commit | 6f4e06c596f717ad91f69c9b7a7b18395e14d5b0 (patch) | |
| tree | 00dbcfd09628a580e2dfa5bd31cdb46723894f22 /pycrctrl.py | |
| parent | ec0fd2df4f6f2110a9a9ba0ff73808fd883e8440 (diff) | |
| download | pycrctrl-6f4e06c596f717ad91f69c9b7a7b18395e14d5b0.tar.gz pycrctrl-6f4e06c596f717ad91f69c9b7a7b18395e14d5b0.zip | |
pycrctrl.py: Fix syntax error
Diffstat (limited to 'pycrctrl.py')
| -rw-r--r-- | pycrctrl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pycrctrl.py b/pycrctrl.py index 01b9b90..02e2595 100644 --- a/pycrctrl.py +++ b/pycrctrl.py @@ -344,7 +344,7 @@ class PyCRCtrl(object): "joinExp" : "", "leaveExp" : "", "shutdownExp" : "" - } + }, "autohost" : False, "IRC" : { |
