diff --git a/main.py b/main.py index 2a84d1b..3eea0ab 100644 --- a/main.py +++ b/main.py @@ -2,6 +2,7 @@ from typing import List from xmlrpc.client import Boolean from time import sleep import requests, json, os, yt_dlp +from sympy import true apikey = os.environ['apikey'] @@ -56,7 +57,7 @@ def main() -> None: print("Already in Library") if __name__ == "__main__": - while True(): + while True: main() sleep(600) \ No newline at end of file