Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neoppod
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Levin Zimmermann
neoppod
Commits
71796c8b
Commit
71796c8b
authored
5 years ago
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
admin: cleanups
parent
a550c7cf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
neo/admin/app.py
neo/admin/app.py
+2
-4
No files found.
neo/admin/app.py
View file @
71796c8b
...
...
@@ -33,7 +33,7 @@ from neo.lib.logger import INF
from
neo.lib.protocol
import
\
CellStates
,
ClusterStates
,
Errors
,
NodeTypes
,
Packets
from
neo.lib.debug
import
register
as
registerLiveDebugger
from
neo.lib.util
import
add64
,
datetimeFromTID
,
dump
from
neo.lib.util
import
datetimeFromTID
,
dump
class
Monitor
(
object
):
...
...
@@ -278,9 +278,7 @@ class Application(BaseApplication, Monitor):
self
.
em
.
setTimeout
(
None
,
None
)
self
.
_notify
(
self
.
operational
)
def
_notify
(
self
,
ask_ids
=
True
,
_askLastTransaction
=
Packets
.
AskLastTransaction
(),
_askRecovery
=
Packets
.
AskRecovery
()):
def
_notify
(
self
,
ask_ids
=
True
):
if
ask_ids
:
self
.
askLastIds
(
self
.
master_conn
)
self
.
notifying
=
notifying
=
{
None
}
...
...
This diff is collapsed.
Click to expand it.
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