Просмотр исходного кода

Fixed indentation issue.

master
treyzania 4 лет назад
Родитель
Сommit
ea16c5a9ee
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      yarrbox.py

+ 1
- 1
yarrbox.py Просмотреть файл

@@ -20,7 +20,7 @@ PROPS = OrderedDict([
('vol.ingest.torrent', ('Torrent Ingest Dir', 'Directory to drop .torrent files to download through VPN')),
('vol.ingest.media', ('Media Ingest Dir', 'Directory to drop full media files for Bootybot to later process')),
('vol.torrent.active', ('Torrent Download Dir', 'Directory for actively downloading torrents to be stored')),
('vol.torrent.seed', ('Torrent Seeding Dir', 'Directory to move torrents after download finished for seeding')),
('vol.torrent.seed', ('Torrent Seeding Dir', 'Directory to move torrents after download finished for seeding')),
('vol.work.plextrans', ('Plex Transcode Dir', 'Directory for Plex to store certain transcoded files')),
('vol.work.bootybot', ('Bootybot Extract Dir', 'Directory where Bootybot temporarily stores contents of archives, etc'))
])

Загрузка…
Отмена
Сохранить