remove double space for youtube views
This commit is contained in:
parent
cec260ea3c
commit
48cc92cea3
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
|
|
||||||
video_views_str = ""
|
video_views_str = ""
|
||||||
if video_views:
|
if video_views:
|
||||||
video_views_str = ", %s views " % video_views
|
video_views_str = ", %s views" % video_views
|
||||||
|
|
||||||
match = re.match(REGEX_ISO8601, video_duration)
|
match = re.match(REGEX_ISO8601, video_duration)
|
||||||
video_duration = ""
|
video_duration = ""
|
||||||
|
|
Loading…
Reference in a new issue