new bookstack token and secret

This commit is contained in:
Daniel Cronin 2024-10-05 15:48:39 -05:00
parent 6ddc108d72
commit 974560e254

View File

@ -16,8 +16,8 @@ db = pymongo.MongoClient("10.0.0.59", 27017).paperless.content
url = 'http://10.0.0.59:6875'
token = 'RVSO8xZXOjRYJntNYPRd3E9iT2qXm11C'
secret = 'qR5r2EyKT09ogz8VSolS12ispAV5QrT0'
token = 'hd5H8OTYamMmKTh4LDamJrGDNk1MGdDk'
secret = 'tUG7ZQIBCTczzZ5fqAeHj1Uh6rRzZIu9'
api = bookstack.BookStack(url, token, secret)
methods = api.generate_api_methods()