dialoghelper 0.0.7__tar.gz → 0.0.9__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.
Potentially problematic release.
This version of dialoghelper might be problematic. Click here for more details.
- {dialoghelper-0.0.7/dialoghelper.egg-info → dialoghelper-0.0.9}/PKG-INFO +1 -1
- dialoghelper-0.0.9/dialoghelper/__init__.py +2 -0
- {dialoghelper-0.0.7 → dialoghelper-0.0.9}/dialoghelper/core.py +1 -0
- {dialoghelper-0.0.7 → dialoghelper-0.0.9/dialoghelper.egg-info}/PKG-INFO +1 -1
- {dialoghelper-0.0.7 → dialoghelper-0.0.9}/settings.ini +1 -1
- dialoghelper-0.0.7/dialoghelper/__init__.py +0 -2
- {dialoghelper-0.0.7 → dialoghelper-0.0.9}/LICENSE +0 -0
- {dialoghelper-0.0.7 → dialoghelper-0.0.9}/MANIFEST.in +0 -0
- {dialoghelper-0.0.7 → dialoghelper-0.0.9}/README.md +0 -0
- {dialoghelper-0.0.7 → dialoghelper-0.0.9}/dialoghelper/_modidx.py +0 -0
- {dialoghelper-0.0.7 → dialoghelper-0.0.9}/dialoghelper.egg-info/SOURCES.txt +0 -0
- {dialoghelper-0.0.7 → dialoghelper-0.0.9}/dialoghelper.egg-info/dependency_links.txt +0 -0
- {dialoghelper-0.0.7 → dialoghelper-0.0.9}/dialoghelper.egg-info/entry_points.txt +0 -0
- {dialoghelper-0.0.7 → dialoghelper-0.0.9}/dialoghelper.egg-info/not-zip-safe +0 -0
- {dialoghelper-0.0.7 → dialoghelper-0.0.9}/dialoghelper.egg-info/requires.txt +0 -0
- {dialoghelper-0.0.7 → dialoghelper-0.0.9}/dialoghelper.egg-info/top_level.txt +0 -0
- {dialoghelper-0.0.7 → dialoghelper-0.0.9}/pyproject.toml +0 -0
- {dialoghelper-0.0.7 → dialoghelper-0.0.9}/setup.cfg +0 -0
- {dialoghelper-0.0.7 → dialoghelper-0.0.9}/setup.py +0 -0
|
@@ -143,6 +143,7 @@ def update_msg(
|
|
|
143
143
|
(which is used only for sorting, and can change).
|
|
144
144
|
Only include parameters to update--missing ones will be left unchanged."""
|
|
145
145
|
kw = (msg or {}) | kwargs
|
|
146
|
+
sid = kw.pop('sid', sid)
|
|
146
147
|
if not sid: raise TypeError("update_msg needs either a dict message or `sid=...`")
|
|
147
148
|
kw.pop('did', None)
|
|
148
149
|
run_cmd('add_msg', placement='update', sid=sid, **kw)
|
|
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
|