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

6
seasonedFolders.py Normal file → Executable file
View File

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

BIN
shows.db

Binary file not shown.