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

|

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