mirror of
https://github.com/AgathaSorceress/mstdn-ebooks.git
synced 2024-11-20 03:25:53 +01:00
don't create a client when simulating
This commit is contained in:
parent
8fe30f0c88
commit
2b2824a73e
5
gen.py
5
gen.py
@ -15,7 +15,10 @@ args = parser.parse_args()
|
|||||||
|
|
||||||
cfg = json.load(open('config.json'))
|
cfg = json.load(open('config.json'))
|
||||||
|
|
||||||
client = Mastodon(
|
client = None
|
||||||
|
|
||||||
|
if not args.simulate:
|
||||||
|
client = Mastodon(
|
||||||
client_id=cfg['client']['id'],
|
client_id=cfg['client']['id'],
|
||||||
client_secret=cfg['client']['secret'],
|
client_secret=cfg['client']['secret'],
|
||||||
access_token=cfg['secret'],
|
access_token=cfg['secret'],
|
||||||
|
Loading…
Reference in New Issue
Block a user