aboutsummaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/main.py b/main.py
index e849c78..bfff8f6 100755
--- a/main.py
+++ b/main.py
@@ -56,8 +56,6 @@ if __name__ == "__main__":
for topic in cache:
print("[+] Publishing post for topic {}".format(topic.id))
- msg = "Nouveau topic par {} : {}\n{}".format(topic.poster.name,
- topic.title, topic.link())
- mgr.post(msg)
+ mgr.post_topic(topic)
# End of file.