diff --git a/setup.py b/setup.py index 51cbb89..9113ce2 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import configparser, os.path, tweepy, dbtools, getpass -os.mkdirs("media", exist_ok=True) +os.makedirs("media", exist_ok=True) if os.path.isfile("config.cfg"): print("config.cfg already exists. Please remove it before running this script.")