Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eterban
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eterban
Commits
ea7852ef
Commit
ea7852ef
authored
Jul 24, 2026
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gateway: avoid unsatisfied Redis submodule dependency
parent
0a8d69a3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
autoban_manager.py
gateway/usr/share/eterban/autoban_manager.py
+2
-2
No files found.
gateway/usr/share/eterban/autoban_manager.py
View file @
ea7852ef
...
@@ -14,7 +14,7 @@ AutoBanManager - управление автоматической разбло
...
@@ -14,7 +14,7 @@ AutoBanManager - управление автоматической разбло
import
time
import
time
import
logging
import
logging
from
redis.exceptions
import
WatchError
import
redis
log
=
logging
.
getLogger
(
__name__
)
log
=
logging
.
getLogger
(
__name__
)
...
@@ -129,7 +129,7 @@ class AutoBanManager:
...
@@ -129,7 +129,7 @@ class AutoBanManager:
return
metadata
return
metadata
except
WatchError
:
except
redis
.
exceptions
.
WatchError
:
continue
continue
except
Exception
as
e
:
except
Exception
as
e
:
log
.
error
(
f
"AutoBanManager.on_ban error: {e}"
)
log
.
error
(
f
"AutoBanManager.on_ban error: {e}"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment