nsarchive 2.0.0b1__tar.gz → 2.0.0b2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nsarchive
3
- Version: 2.0.0b1
3
+ Version: 2.0.0b2
4
4
  Summary: API-wrapper pour récupérer des données liées à Nation
5
5
  License: GPL-3.0
6
6
  Author: happex
@@ -139,7 +139,7 @@ class EntityInstance(Instance):
139
139
 
140
140
  _data['members'] += [_member]
141
141
 
142
- self._upload_to_storage('organizations', entity.avatar, f'/avatars/{entity.id}')
142
+ self._upload_to_storage('organizations', entity.avatar, f'/avatars/{entity.id}', overwrite = True)
143
143
  elif type(entity) == User:
144
144
  _data['xp'] = entity.xp
145
145
  _data['boosts'] = entity.boosts
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "nsarchive"
3
- version = "2.0.0-beta.1"
3
+ version = "2.0.0-beta.2"
4
4
  description = "API-wrapper pour récupérer des données liées à Nation"
5
5
  authors = ["happex <110610727+okayhappex@users.noreply.github.com>"]
6
6
  license = "GPL-3.0"
File without changes
File without changes