Refactor #2

Merged
KevinMidboe merged 70 commits from refactor into master 2018-10-16 21:11:45 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 5b71a8b94b - Show all commits

View File

@@ -2,3 +2,4 @@ guessit==2.1.4
tvdb_api==2.0
hashids==1.2.0
enzyme>=0.4.1
click>=6.7

View File

@@ -11,6 +11,7 @@ from hashids import Hashids
import os, errno
import logging
import tvdb_api
import click
from pprint import pprint
import env_variables as env
@@ -258,7 +259,7 @@ def scan_folder(path):
return videos
def main():
path = '/mnt/rescue/'
path = '/mnt/mainframe/'
# hash_path = input('Hash: ')
# path += hash_path