remove weird daemon module

This commit is contained in:
Christoph J. Scherr 2023-06-12 18:55:44 +02:00
parent 57e2498257
commit edb0905932
Signed by: PlexSheep
GPG Key ID: 25B4ACF7D88186CC
2 changed files with 0 additions and 5 deletions

View File

@ -14,7 +14,6 @@ idna==3.4
lockfile==0.12.2
lxml==4.9.2
multidict==6.0.4
python-daemon==3.0.1
python-dotenv==1.0.0
requests==2.30.0
soupsieve==2.4.1

View File

@ -1,5 +1,4 @@
from datetime import datetime
import daemon
import requests
import time
from time import sleep
@ -114,6 +113,3 @@ Länge: {dur}
if __name__ == "__main__":
daemon()
with daemon.DaemonContext():
daemon()