Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
rpteam
wantzel
Commits
b9e01d1a
Commit
b9e01d1a
authored
Sep 11, 2018
by
Mindiell
Browse files
#39 - couleurs supprimées pour plus de lisibilité
parent
984fb3ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
monitor.py
View file @
b9e01d1a
...
...
@@ -70,7 +70,7 @@ class Monitor():
if
today
<
entry
.
updated_parsed
:
if
wiki
.
last_entry_updated
<
entry
.
updated_parsed
:
# Sending monitoring on working chan
messages
.
append
(
"""[
\x03
11%s
\x03
]
\x03
9%s
\x03
a mis à jour la page
\x03
8%s
\x03
=>
\x03
13%s
\x03
"""
%
(
messages
.
append
(
"""[
%s] %s a mis à jour la page %s => %s
"""
%
(
wiki
.
name
,
entry
.
author
.
encode
(
"utf-8"
),
entry
.
title
.
encode
(
"utf-8"
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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