Fixed error when attenpting to upload photos to wall posts. Now it should work normally

This commit is contained in:
2019-05-21 16:20:38 -05:00
parent 82c71a3bd8
commit 40afb6cdc2
2 changed files with 8 additions and 2 deletions

View File

@@ -10,6 +10,7 @@
### bugfixes
* Fixed an error with two factor authentication in the recent socializer version. Now it works reliably again.
* Fixed an error when trying to attach a photo to a wall post. The error was fixed in the [vk_api](https://github.com/python273/vk_api) module and the fix was sent to the developer of the library, so he will be able to merge it in the next version. In the meantime, socializer already include the fix for this method, so you can upload photos to wall posts normally.
### Changes