Files
plex-prerolls/pm2_keepalive.py
2025-05-26 01:19:25 -06:00

5 lines
43 B
Python

import time
while True:
time.sleep(1)