mirror of
https://github.com/coolsnowwolf/luci
synced 2025-01-07 07:06:41 +08:00
luci-app-ssrserver-python: fix startup failure
This commit is contained in:
parent
1cd432ab19
commit
28dd4b3ef6
@ -41,7 +41,7 @@ except:
|
||||
|
||||
SWEEP_MAX_ITEMS = 1024
|
||||
|
||||
class LRUCache(collections.MutableMapping):
|
||||
class LRUCache(collections.abc.MutableMapping):
|
||||
"""This class is not thread safe"""
|
||||
|
||||
def __init__(self, timeout=60, close_callback=None, *args, **kwargs):
|
||||
|
Loading…
Reference in New Issue
Block a user