From b40ae4efb9962b5debdb1931771feb130f20c1da Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 1 Dec 2019 19:57:44 +0000 Subject: [PATCH] Missing argument --- like.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/like.py b/like.py index 0bb1773d6..1067cf413 100644 --- a/like.py +++ b/like.py @@ -240,7 +240,8 @@ def like(recentPostsCache: {}, \ return newLikeJson -def likePost(session,baseDir: str,federationList: [], \ +def likePost(recentPostsCache: {}, \ + session,baseDir: str,federationList: [], \ nickname: str,domain: str,port: int,httpPrefix: str, \ likeNickname: str,likeDomain: str,likePort: int, \ ccList: [], \