fix: removed unneeded comment
This commit is contained in:
parent
fd0f480e69
commit
9e439f7228
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue