diff options
Diffstat (limited to 'searx/shared/shared_uwsgi.py')
| -rw-r--r-- | searx/shared/shared_uwsgi.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/shared/shared_uwsgi.py b/searx/shared/shared_uwsgi.py index a6dba9f59..592e24a4b 100644 --- a/searx/shared/shared_uwsgi.py +++ b/searx/shared/shared_uwsgi.py @@ -9,7 +9,6 @@ _last_signal = 10 class UwsgiCacheSharedDict(shared_abstract.SharedDict): - def get_int(self, key): value = uwsgi.cache_get(key) if value is None: |