From f2dd0e0a3a1cf74c259e9cf0a44397842bceb56d Mon Sep 17 00:00:00 2001 From: Famille Bollu Date: Thu, 26 Jul 2018 22:23:31 +0200 Subject: [PATCH] forgot a "self" argument to the peertubeService's init function --- service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.py b/service.py index 5efbe32..fa47fb8 100644 --- a/service.py +++ b/service.py @@ -56,7 +56,7 @@ class PeertubeService(): """ """ - def __init__(): + def __init__(self): """ PeertubeService initialisation function """