mirror of
https://github.com/Death916/c2cscrape.git
synced 2026-04-10 03:04:40 -07:00
rename variables
This commit is contained in:
parent
f639dfb02a
commit
60a7d441f6
1 changed files with 2 additions and 2 deletions
|
|
@ -144,9 +144,9 @@ def main():
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
c2c = TorrentScrape()
|
||||
scraper = TorrentScrape()
|
||||
# c2c.get_torrent_link()
|
||||
link = c2c.get_torrent_link()
|
||||
link = scraper.get_torrent_link()
|
||||
torrent = Qbittorrent()
|
||||
torrent.get_credentials()
|
||||
torrent.add_torrent(link)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue