remove unused global dict. sb, is there a reason for that one I can't see ?
This commit is contained in:
parent
a995c09977
commit
e5ba743641
|
@ -138,9 +138,6 @@ SHOW_LIST = ['offline', 'connecting', 'online', 'chat', 'away', 'xa', 'dnd',
|
|||
|
||||
# zeroconf account name
|
||||
ZEROCONF_ACC_NAME = 'Local'
|
||||
priority_dict = {}
|
||||
for status in ('online', 'chat', 'away', 'xa', 'dnd', 'invisible'):
|
||||
priority_dict[status] = config.get('autopriority' + status)
|
||||
|
||||
HAVE_PYCRYPTO = True
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue