remove weird daemon module
This commit is contained in:
parent
57e2498257
commit
edb0905932
|
@ -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
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue