aboutsummaryrefslogtreecommitdiffstats
path: root/bot.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot.py')
-rwxr-xr-xbot.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bot.py b/bot.py
index 7161ce5..5ed95eb 100755
--- a/bot.py
+++ b/bot.py
@@ -4,6 +4,8 @@ os.chdir("/home/eden/yaoi-communism")
from twython import Twython
import get_images
+os.environ["SSL_CERT_DIR"] = "/etc/ssl/certs"
+
twitter = Twython(*get_images.CONFIG["twitterapi"].values())
def post():