diff options
| author | Tianhao Wang <shrik3@riseup.net> | 2023-03-28 12:10:48 +0200 |
|---|---|---|
| committer | Tianhao Wang <shrik3@riseup.net> | 2023-03-28 12:10:48 +0200 |
| commit | 7291100dc681fcb640d7f9b6e9cf7239587c5849 (patch) | |
| tree | 46d6298e6fedc04ba0086485a1f628b42c0ea2c9 | |
| parent | 13c84aa2baf557ecc441f8e26a57124719e3f7ec (diff) | |
remote unused
| -rw-r--r-- | main.py | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -7,11 +7,6 @@ import os from patterns import * -def create_app(): - Mastodon.create_app(client_name='void**** cat',api_base_url='https://vnil.de',to_file='vnil_bot.secret') - -# create_app() - def login_refresh_token(): session = Mastodon(client_id=config.CLIENTID) session.log_in(username=config.UNAME, password=config.PW, to_file=config.TOKEN) |
