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
Florestan Biaux
Messenger Statistics
Commits
75459f21
Commit
75459f21
authored
Jul 21, 2021
by
Adrien Simon
Browse files
affichage semi propre stats des reacts
parent
545b3bc0
Changes
1
Show whitespace changes
Inline
Side-by-side
stats.py
View file @
75459f21
...
...
@@ -35,4 +35,5 @@ def countreacts(data):
except
KeyError
:
pass
print
(
reactions
)
\ No newline at end of file
for
react
in
reactions
:
print
(
react
+
" : "
+
str
(
reactions
[
react
])
+
" occurences"
)
Write
Preview
Supports
Markdown
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