You may need to configure a proxy server if you're having trouble cloning
or fetching from a remote repository or getting an error
like unable to access '...' Couldn't resolve host '...'.
Consider something like:
| """ | |
| importent links: | |
| http://sebastianraschka.com/Articles/2014_sqlite_in_python_tutorial.html | |
| http://www.pythoncentral.io/introduction-to-sqlite-in-python/ | |
| """ | |
| import sqlite3 |
| # This is an example resource file for rTorrent. Copy to | |
| # ~/.rtorrent.rc and enable/modify the options as needed. Remember to | |
| # uncomment the options you wish to enable. | |
| # Maximum and minimum number of peers to connect to per torrent. | |
| min_peers = 1 | |
| max_peers = 100 | |
| # Same as above but for seeding completed torrents (-1 = same as downloading) |