Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Guinness
wantzel
Commits
1787a97f
Commit
1787a97f
authored
Jun 02, 2015
by
Mindiell
Browse files
Ajout d'un debug sur le nombre d'articles
parent
733d0cc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
wantzel.py
View file @
1787a97f
...
...
@@ -466,6 +466,7 @@ class Wantzel(object):
AND nid = 0"""
)
rows
=
cursor
.
fetchall
()
number
=
int
(
rows
[
0
][
0
])
Utils
.
debug
(
"Found %s articles."
%
number
)
if
self
.
number
!=
number
:
self
.
irc
.
client
.
topic
(
"#lqdn-rp"
,
messages
[
"topic"
]
%
number
)
pass
...
...
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