Skip to content

Commit

Permalink
chg: Bump PlaywrightCapture and LacusCore, prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Dec 29, 2022
1 parent af02f3a commit fd84adb
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 37 deletions.
3 changes: 2 additions & 1 deletion lacus/lacus.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ def __init__(self) -> None:
self.redis = Redis(unix_socket_path=get_socket_path('cache'))

self.core = LacusCore(self.redis, get_config('generic', 'tor_proxy'),
get_config('generic', 'only_global_lookups'))
get_config('generic', 'only_global_lookups'),
loglevel=get_config('generic', 'loglevel'))

def check_redis_up(self):
return self.redis.ping()
75 changes: 40 additions & 35 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ redis = {version = "^4.4.0", extras = ["hiredis"]}
flask-restx = "^1.0.3"
werkzeug = "^2.2.2"
gunicorn = "^20.1.0"
lacuscore = "^1.2.0"
lacuscore = "^1.2.1"
rich = "^12.6.0"
psutil = "^5.9.4"

Expand Down

0 comments on commit fd84adb

Please sign in to comment.