2. In production

To start using production credentials, initialize the API by overriding the third API parameter debug.

moncash = moncashify.API(client_id, secret_key, debug=False)

2.1. Using the instance

change the value of the debug can be done with the instance.

moncash = moncashify.API(client_id, secret_key)
moncash.debug = False