test
This commit is contained in:
parent
736a968b63
commit
735fab68fc
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/python3
|
||||
|
||||
# import os
|
||||
from sys import argv
|
||||
import os
|
||||
# from sys import argv
|
||||
|
||||
|
||||
# title = show title
|
||||
@ -15,11 +15,10 @@ from sys import argv
|
||||
# response = requests.post(tdarr_url, json=payload, headers=headers)
|
||||
|
||||
|
||||
fp = open('/opt/testlog.log', 'a', 0)
|
||||
fp.write("Testing")
|
||||
fp.write("%s" % argv)
|
||||
# fp = open('/opt/testlog.log', 'a', 0)
|
||||
# fp.write("Testing")
|
||||
# fp.write("%s" % argv)
|
||||
|
||||
"""
|
||||
def main():
|
||||
SCRIPT_PATH = os.path.realpath(__file__)
|
||||
SCRIPT_DIR = os.path.dirname(SCRIPT_PATH)
|
||||
@ -49,4 +48,3 @@ def main():
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user