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.
- {nsarchive-2.0.0b1 → nsarchive-2.0.0b2}/PKG-INFO +1 -1
- {nsarchive-2.0.0b1 → nsarchive-2.0.0b2}/nsarchive/instances/_entities.py +1 -1
- {nsarchive-2.0.0b1 → nsarchive-2.0.0b2}/pyproject.toml +1 -1
- {nsarchive-2.0.0b1 → nsarchive-2.0.0b2}/LICENSE +0 -0
- {nsarchive-2.0.0b1 → nsarchive-2.0.0b2}/README.md +0 -0
- {nsarchive-2.0.0b1 → nsarchive-2.0.0b2}/nsarchive/__init__.py +0 -0
- {nsarchive-2.0.0b1 → nsarchive-2.0.0b2}/nsarchive/assets/default_avatar.png +0 -0
- {nsarchive-2.0.0b1 → nsarchive-2.0.0b2}/nsarchive/cls/archives.py +0 -0
- {nsarchive-2.0.0b1 → nsarchive-2.0.0b2}/nsarchive/cls/base.py +0 -0
- {nsarchive-2.0.0b1 → nsarchive-2.0.0b2}/nsarchive/cls/economy.py +0 -0
- {nsarchive-2.0.0b1 → nsarchive-2.0.0b2}/nsarchive/cls/entities.py +0 -0
- {nsarchive-2.0.0b1 → nsarchive-2.0.0b2}/nsarchive/cls/exceptions.py +0 -0
- {nsarchive-2.0.0b1 → nsarchive-2.0.0b2}/nsarchive/cls/republic.py +0 -0
- {nsarchive-2.0.0b1 → nsarchive-2.0.0b2}/nsarchive/instances/_economy.py +0 -0
- {nsarchive-2.0.0b1 → nsarchive-2.0.0b2}/nsarchive/instances/_republic.py +0 -0
- {nsarchive-2.0.0b1 → nsarchive-2.0.0b2}/nsarchive/utils.py +0 -0
@@ -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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|