MCPcopy Index your code
hub / github.com/vasusen-code/SaveRestrictedContentBot / hhmmss

Function hhmmss

main/plugins/helpers.py:43–45  ·  view source on GitHub ↗
(seconds)

Source from the content-addressed store, hash-verified

41#Screenshot---------------------------------------------------------------------------------------------------------------
42
43def hhmmss(seconds):
44 x = time.strftime('%H:%M:%S',time.gmtime(seconds))
45 return x
46
47async def screenshot(video, duration, sender):
48 if os.path.exists(f'{sender}.jpg'):

Callers 1

screenshotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected