Merge pull request #3 from luigi311/dev

Add LOGFILE to sample
pull/26/head
Luigi311 2022-05-23 07:25:36 +00:00 committed by GitHub
commit 0c77e18f0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
DRYRUN = "True"
SLEEP_DURATION = "3600"
LOGFILE = "log.log"
PLEX_BASEURL = "http://localhost:32400"
PLEX_TOKEN = "SuperSecretToken"