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