Return value

merge-requests/6/head
Bob Mottram 2020-01-15 10:57:09 +00:00
parent 2f00cf06e7
commit 58dd8b62c3
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ from shutil import copyfile
from shutil import rmtree
from shutil import move
def replaceYouTube(postJsonObject: {}):
def replaceYouTube(postJsonObject: {}) -> None:
"""Replace YouTube with invidio.us
This denies Google some, but not all, tracking data
"""