Merge remote-tracking branch 'origin/main'

This commit is contained in:
trevorhobenshield
2023-06-15 11:22:46 -07:00
2 changed files with 3 additions and 3 deletions

View File

@@ -91,7 +91,7 @@ account.update_profile_image('test.jpg')
account.update_profile_banner('test.png')
account.update_profile_info(name='Foo Bar', description='test 123', location='Victoria, BC')
# topics
# topics
account.follow_topic(111)
account.unfollow_topic(111)
@@ -5912,4 +5912,4 @@ account = Scraper(email, username, password, debug=1, save=True, protonmail={'em
}
```
</details>
</details>

View File

@@ -110,7 +110,7 @@ setup(
account.update_profile_banner('test.png')
account.update_profile_info(name='Foo Bar', description='test 123', location='Victoria, BC')
# topics
# topics
account.follow_topic(111)
account.unfollow_topic(111)