MCPcopy
hub / github.com/hellerve/programming-talks / handle_log

Function handle_log

scripts/add_youtube_durations.py:51–56  ·  view source on GitHub ↗
(log)

Source from the content-addressed store, hash-verified

49 return ' [%02d:%02d:%02d]' % (hours, minutes, seconds)
50
51def handle_log(log):
52 print('Done!')
53 if not log:
54 print('Everything went well!')
55 else:
56 print('\n'.join(log))
57
58def main():
59 youtube_api_key = load_youtube_api_key()

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected