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