Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai
autoca
Commits
663a29c5
Commit
663a29c5
authored
Jan 09, 2012
by
ale
Browse files
use the proper verb to access the 'in_cns' set
parent
9e38af68
Changes
1
Hide whitespace changes
Inline
Side-by-side
autovpn/acct.py
View file @
663a29c5
...
...
@@ -89,7 +89,7 @@ class Accounting(object):
while
True
:
try
:
local_pipe
.
watch
(
'in_cns'
)
input_cns
=
local_pipe
.
get
(
'in_cns'
)
input_cns
=
local_pipe
.
smembers
(
'in_cns'
)
local_pipe
.
delete
(
'in_cns'
)
break
except
redis
.
WatchError
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment