forgot a "self" argument to the peertubeService's init function

This commit is contained in:
Famille Bollu 2018-07-26 22:23:31 +02:00
parent c9d9b9e868
commit f2dd0e0a3a
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class PeertubeService():
""" """
""" """
def __init__(): def __init__(self):
""" """
PeertubeService initialisation function PeertubeService initialisation function
""" """