Slight unrelated and unimportant edits

This commit is contained in:
2026-01-24 22:53:51 +01:00
parent 3c17b0a9ab
commit 543ac2a724
3 changed files with 11 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
import requests, schedule, time, os
# from bs4 import BeautifulSoup
from whatDomain import *
# from whatDomain import *
import whatDomain
EXTRAURL = []
@@ -90,7 +91,7 @@ def LeJob():
if __name__ == "__main__":
LeJob()
LeJob()
print("Done")
print("Done")