s/TORRENT/BITTORRENT

This commit is contained in:
Jimmy Zelinskie 2016-01-22 15:52:28 -05:00
parent d00db518df
commit e54b86c6eb
7 changed files with 14 additions and 14 deletions

View file

@ -142,4 +142,4 @@ if __name__ == '__main__':
#logging.getLogger('peewee').setLevel(logging.WARNING)
logging.getLogger('boto').setLevel(logging.WARNING)
logging.getLogger('data.database').setLevel(logging.WARNING)
backfill_content_checksums_and_torrent_pieces(app.config['TORRENT_PIECE_SIZE'])
backfill_content_checksums_and_torrent_pieces(app.config['BITTORRENT_PIECE_SIZE'])