Had wrong function call for folderCreator

This commit is contained in:
2017-03-05 16:36:24 +01:00
parent 24e20c7f5c
commit 748dfa5c5f
2 changed files with 3 additions and 3 deletions

4
seasonedFolders.py Normal file → Executable file
View File

@@ -7,12 +7,12 @@
from findStray import findStray
from tweetNewEpisodes import tweetNewEpisodes
from folderCreator import folderCreator
from folderCreator import findVerified
def main():
findStray()
tweetNewEpisodes()
folderCreator()
findVerified()
if __name__ == '__main__':
main()

BIN
shows.db

Binary file not shown.