diff options
author | cqst <cqst@cqstia.com> | 2025-08-22 17:04:13 -0700 |
---|---|---|
committer | cqst <cqst@cqstia.com> | 2025-08-22 17:04:13 -0700 |
commit | f77c2dfda255a78274471bb3bed6663a878b2d66 (patch) | |
tree | 591851a3f6ec143192ff95174087aee778edc3af /notcqst.py | |
parent | 5b46c50248497254a69c54632855ffa70a3828f6 (diff) |
fix sleep moduel
Diffstat (limited to 'notcqst.py')
-rw-r--r-- | notcqst.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ import socket import random -import time +from time import sleep from yt_dlp import YoutubeDL reconnect = 0 |