rm a print
This commit is contained in:
parent
8d74950f42
commit
7ab63bed0f
|
@ -333,5 +333,4 @@ def get_priority(account, show):
|
||||||
if show in ('online', 'chat', 'away', 'xa', 'dnd', 'invisible') and \
|
if show in ('online', 'chat', 'away', 'xa', 'dnd', 'invisible') and \
|
||||||
config.get_per('accounts', account, 'adjust_priority_with_status'):
|
config.get_per('accounts', account, 'adjust_priority_with_status'):
|
||||||
return config.get_per('accounts', account, 'autopriority_' + show)
|
return config.get_per('accounts', account, 'autopriority_' + show)
|
||||||
print '1', config.get_per('accounts', account, 'priority')
|
|
||||||
return config.get_per('accounts', account, 'priority')
|
return config.get_per('accounts', account, 'priority')
|
||||||
|
|
Loading…
Reference in New Issue