diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2021-05-25 11:11:13 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-05-25 11:11:13 +0000 |
commit | d15a088591460e0af9a489721165ca84770d055b (patch) | |
tree | dbfad05ef66e02115e21f3eee2c338923ee645aa | |
parent | 4b22e646bf7afbf6292b02a908477007c02c9b53 (diff) | |
download | yaoi-communism-d15a088591460e0af9a489721165ca84770d055b.tar.gz yaoi-communism-d15a088591460e0af9a489721165ca84770d055b.zip |
added stuff
-rwxr-xr-x | bot.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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():
|