s/TORRENT/BITTORRENT
This commit is contained in:
parent
d00db518df
commit
e54b86c6eb
7 changed files with 14 additions and 14 deletions
|
@ -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'])
|
||||
|
|
Reference in a new issue