Python Forum
Youtube Watched History Analyzer
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Youtube Watched History Analyzer
#5
Thank you @[metulburr],

I've had done the correction.

However I keep facing and intentation error in the follow function.

# remove keyword arguments that are not set
def remove_empty_kwargs(**kwargs):
good_kwargs = {}
if kwargs is not None:
for key, value in kwargs.iteritems():
if value:
good_kwargs[key] = value
return good_kwargs
Error:
line 47 good_kwargs = {} ^ IndentationError: expected an indented block
For what I know from my research the syntax is good. It edited the file in nqq and check good_kwargs(singlespace)=(singlespace){}
but the error stays.

@[Aerosmite] Any idea where I should oriented my research ?

Thank you :)
Reply


Messages In This Thread
Youtube Watched History Analyzer - by Aerosmite - Sep-02-2017, 08:49 AM
RE: Youtube Watched History Analyzer - by Aerosmite - Sep-04-2017, 01:54 PM
RE: Youtube Watched History Analyzer - by Redoudou - Nov-05-2017, 09:39 AM
RE: Youtube Watched History Analyzer - by metulburr - Nov-05-2017, 11:37 PM
RE: Youtube Watched History Analyzer - by Redoudou - Nov-06-2017, 12:38 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Photo Image Color Analyzer Aerosmite 4 5,069 Aug-29-2017, 08:40 AM
Last Post: Aerosmite
  Alt history randomized jamesfrancis 2 4,355 Oct-09-2016, 02:47 PM
Last Post: jamesfrancis

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020