1
uploader_tools/lib/config.py.example
Valdos Sine d391c3ddea Rewrite as standard Python CLI app and more
Now this app supports configuration via lib/config.py. No more
hardcode!

Now torrent files sorted by last moderator check date, and torrents
that haven't been checked will be skipped with log message.
2014-12-26 23:08:52 +04:00

11 lines
141 B
Plaintext
Executable File

# user editable values
username = 'username'
password = 'password'
# system values, edit at your own risk
domain = 'http://nnm-club.me'