fix: removed unneeded comment

This commit is contained in:
Ben 2020-10-31 23:23:13 +09:00
parent fd0f480e69
commit 9e439f7228

View File

@ -10,7 +10,6 @@ from twilio.rest import Client, TwilioException
from hackerutils import get_log_path, sh
# Load .env file
load_dotenv()
TWILIO_ACCOUNT_SID = os.getenv("TWILIO_ACCOUNT_SID")