kill a warning
This commit is contained in:
parent
30cef0ceca
commit
dd088e727e
1 changed files with 1 additions and 2 deletions
|
@ -48,10 +48,9 @@ def _remove(client):
|
||||||
raise ValueError("_remove(x): x not in _clients list.")
|
raise ValueError("_remove(x): x not in _clients list.")
|
||||||
|
|
||||||
def _focused(data):
|
def _focused(data):
|
||||||
global _clients
|
global _clients, _skip
|
||||||
|
|
||||||
if _skip:
|
if _skip:
|
||||||
global _skip
|
|
||||||
_skip -= 1
|
_skip -= 1
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue