This commit is contained in:
deathbybandaid 2023-01-06 10:19:54 -05:00
parent 0615c712e4
commit 9e8e38f0b8

5
tdarr_inform.py Normal file
View File

@ -0,0 +1,5 @@
from sys import argv
fp = open('/opt/testlog.log', 'a', 0)
fp.write("%s" % argv)