Skip to content

Commit

Permalink
downgrading actix-identity
Browse files Browse the repository at this point in the history
  • Loading branch information
tanneberger committed Oct 14, 2023
1 parent 0834398 commit 8f8b9de
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 25 deletions.
27 changes: 5 additions & 22 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ clap = { version = "4.1", features = ["derive"] }
# webserver shit
actix = "0.13"
actix-web = "4.0"
actix-identity = "*"
actix-identity = "0.5"
actix-session = { version = "0.7", features = ["redis-actor-session"] }
actix-multipart = "*"
derive_more = "0"
Expand Down
4 changes: 2 additions & 2 deletions tests/trekkie_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
init_json = {"line": 63, "run": 8, "region": 0, "app_commit": "EEEEE", "app_name": "test"}

# this enables higly verbose logging for debug purposes
#http_client.HTTPConnection.debuglevel = 1
#logging.basicConfig()
http_client.HTTPConnection.debuglevel = 1
logging.basicConfig()
#logging.getLogger().setLevel(logging.DEBUG)
#requests_log = logging.getLogger("requests.packages.urllib3")
#requests_log.setLevel(logging.DEBUG)
Expand Down

0 comments on commit 8f8b9de

Please sign in to comment.