arr_to_tdarr/tdarr_inform.py
deathbybandaid 9e8e38f0b8 test
2023-01-06 10:19:54 -05:00

6 lines
83 B
Python

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