Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' of github.com:CWKevo/pyflarum
Browse files Browse the repository at this point in the history
  • Loading branch information
SKevo18 committed Nov 17, 2022
2 parents 3f1b56e + c4a631d commit 1aa20c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,4 @@ because pyFlarum handles everything for you in the background. Unless you are fo
and you don't pass the parent's included - this would mean that all functions that rely on that will break. I have never spotted any weird stuff by normal
usage of pyFlarum during testing, but there's perhaps a very tiny chance that this system can possibly bug out.

## 🎁 Support me

I create free software to benefit people.
If this project helps you and you like it, consider supporting me by donating via [PayPal](https://www.paypal.com/donate/?hosted_button_id=XDUWS5K6947HY).
<a href="https://www.buymeacoffee.com/skevo"><img src="https://img.buymeacoffee.com/button-api/?text=Support me&emoji=🐣&slug=skevo&button_colour=ffa200&font_colour=000000&font_family=Poppins&outline_colour=000000&coffee_colour=FFDD00" /></a>
2 changes: 1 addition & 1 deletion tests/client/test_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_upload():
USER = FlarumUser(forum_url=os.environ['forum_url'], username_or_email='test', password=os.environ['account_password'], extensions=[admin.AdminExtension]) # type: admin.AdminFlarumUserMixin

# Get random birb image:
birb_link = requests.get("https://some-random-api.ml/img/birb").json()['link']
birb_link = requests.get("https://some-random-api.ml/animal/bird").json()['image']
birb_image = requests.get(birb_link, stream=True).content

# Upload it as avatar:
Expand Down

0 comments on commit 1aa20c0

Please sign in to comment.