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
Guinness
wantzel
Commits
733d0cc6
Commit
733d0cc6
authored
Jun 02, 2015
by
Mindiell
Browse files
Correction de l'encodage sur le debug lors d'un tweet
parent
c0b16d1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
wantzel.py
View file @
733d0cc6
...
...
@@ -500,7 +500,7 @@ class Wantzel(object):
entry
.
link
.
encode
(
"utf-8"
)
))
Utils
.
debug
(
entry
.
published_parsed
)
Utils
.
debug
(
entry
.
title
)
Utils
.
debug
(
entry
.
title
.
encode
(
"utf-8"
)
)
# Save last_entry_published
self
.
last_entry_published
=
entry
.
published_parsed
last_entry_published
=
time
.
strftime
(
...
...
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