renew git

This commit is contained in:
EstrellaXD
2022-05-14 11:03:04 +08:00
parent 9954d352f4
commit e5170687b1
2 changed files with 13 additions and 6 deletions

View File

@@ -4,12 +4,16 @@ import sys
import os.path as op
import argparse
import qbittorrentapi
import json
f = open("config.json")
server_info = json.load(f)
host_ip = "http://"+server_info['host_ip']
user_name = server_info['username']
password = server_info['password']
host_ip = '192.168.31.10:8181'
user_name = 'admin'
password = 'adminadmin'
log_name=op.join(op.dirname(op.realpath(__file__)), 'log.txt')
# Episode Regular Expression Matching Rules

View File

@@ -3,10 +3,13 @@ import io
import sys
import os.path as op
import qbittorrentapi
import json
host_ip = '192.168.31.10:8181'
user_name = 'admin'
password = 'adminadmin'
f = open("config.json")
server_info = json.load(f)
host_ip = "http://"+server_info['host_ip']
user_name = server_info['username']
password = server_info['password']
log_name = op.join(op.dirname(op.realpath(__file__)), 'log.txt')
# Episode Regular Expression Matching Rules