mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Fix a silly line-continuation error
This commit is contained in:
parent
7ae53ef169
commit
114909f702
@ -89,7 +89,7 @@ def configure(onStart, afterConnect, advanced):
|
|||||||
if yn('Do you want the Google Groups link snarfer enabled by '\
|
if yn('Do you want the Google Groups link snarfer enabled by '\
|
||||||
'default?') == 'n':
|
'default?') == 'n':
|
||||||
onStart.append('Google togglesnarfer groups off')
|
onStart.append('Google togglesnarfer groups off')
|
||||||
if yn('Do you want the Google search snarfer enabled by default?')
|
if yn('Do you want the Google search snarfer enabled by default?')\
|
||||||
== 'y':
|
== 'y':
|
||||||
onStart.append('Google togglesnarfer search on')
|
onStart.append('Google togglesnarfer search on')
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user