forked from djib/PDMameUpdate
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7b3b529adf | |||
| 1cf747618d | |||
| f0221e143a | |||
| eb43a2c081 | |||
| 5d2baadfa5 | |||
| d8edcb9e3b |
@@ -268,7 +268,7 @@ def update_torrents():
|
||||
"filename" : torrent['remote-link'],
|
||||
"magnet_link": True,
|
||||
"download_dir" : torrent['local-path'],
|
||||
"paused" : True,
|
||||
"paused" : False,
|
||||
}
|
||||
responce = client.torrent.add(arguments)
|
||||
logging.debug('clutch responce : %s', responce)
|
||||
|
||||
@@ -8,7 +8,7 @@ Supported torrents:
|
||||
* MAME
|
||||
* HBMAME
|
||||
|
||||

|
||||

|
||||
|
||||
## Installation
|
||||
You need to rename `PDMameUpdate.template.json` to `PDMameUpdate.json` and modify it with the proper information.
|
||||
|
||||
Reference in New Issue
Block a user