put config.py back for a bit because everything poops without it

This commit is contained in:
carnal0wnage
2018-04-16 14:43:27 -04:00
parent 89914e7e10
commit 2629e09c85
2 changed files with 5 additions and 1 deletions

View File

@@ -9,7 +9,6 @@
import boto3
import argparse
import os
from config import AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY
from botocore.exceptions import ClientError
from modules import *
import sys