You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: duplicate.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
importpraw
5
5
importprawcore
6
6
frommodules.loginimportreddit
7
+
frommodules.footerimportfooter
7
8
8
9
logger=setup_logger('duplicates')
9
10
@@ -36,7 +37,7 @@ def action():
36
37
message='Here is a list of threads in other subreddits about the same content:\n'
37
38
fordupinduplicates:
38
39
message=str(message+'\n * [{}]({}) on /r/{} with {} karma (created at {} by {})').format(dup['title'], dup['link'], dup['subreddit'], dup['karma'],dup['time'], dup['author'])
0 commit comments