Luis Oala commited on
Commit
7a549c2
·
unverified ·
1 Parent(s): 265f25b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -5
README.md CHANGED
@@ -32,13 +32,8 @@ If you use our code you can use the convenient cloud storage integration. Data w
32
  ```python
33
  def get_b2_bucket():
34
  bucket_name = 'perturbed-minds'
35
- <<<<<<< HEAD
36
- application_key_id = '003d6b042de536a0000000004'
37
- application_key = 'K003E5Cr+BAYlvSHfg2ynLtvS5aNq78'
38
- =======
39
  application_key_id = '003d6b042de536a0000000008'
40
  application_key = 'K003HMNxnoa91Dy9c0V8JVCKNUnwR9U'
41
- >>>>>>> ea1d33b387781225b4149b4b1b3b04f34dc42268
42
  info = InMemoryAccountInfo()
43
  b2_api = B2Api(info)
44
  b2_api.authorize_account('production', application_key_id, application_key)
 
32
  ```python
33
  def get_b2_bucket():
34
  bucket_name = 'perturbed-minds'
 
 
 
 
35
  application_key_id = '003d6b042de536a0000000008'
36
  application_key = 'K003HMNxnoa91Dy9c0V8JVCKNUnwR9U'
 
37
  info = InMemoryAccountInfo()
38
  b2_api = B2Api(info)
39
  b2_api.authorize_account('production', application_key_id, application_key)