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

@ -16,7 +16,7 @@ from util.migrate.backfill_content_checksums_and_torrent_pieces import backfill_
def upgrade(tables):
### commands auto generated by Alembic - please adjust! ###
backfill_content_checksums_and_torrent_pieces(app.config['TORRENT_PIECE_SIZE'])
backfill_content_checksums_and_torrent_pieces(app.config['BITTORRENT_PIECE_SIZE'])
### end Alembic commands ###