@ -15,7 +15,10 @@ args = parser.parse_args()
cfg = json.load(open('config.json'))
client = Mastodon(
client = None
if not args.simulate:
client_id=cfg['client']['id'],
client_secret=cfg['client']['secret'],
access_token=cfg['secret'],