summaryrefslogtreecommitdiff
path: root/searx/shared/shared_simple.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/shared/shared_simple.py')
-rw-r--r--searx/shared/shared_simple.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/shared/shared_simple.py b/searx/shared/shared_simple.py
index 48d8cb822..0bf13a2a6 100644
--- a/searx/shared/shared_simple.py
+++ b/searx/shared/shared_simple.py
@@ -7,7 +7,7 @@ from . import shared_abstract
class SimpleSharedDict(shared_abstract.SharedDict):
- __slots__ = 'd',
+ __slots__ = ('d',)
def __init__(self):
self.d = {}