vinc3PO / ebayKleinanzeigenAlert

Telegram Alert for ebay kleinanzeigen posts
MIT License
57 stars 15 forks source link

Update ebayclass.py #16

Closed dandud100 closed 1 year ago

dandud100 commented 1 year ago

This should fix #13

nilsreichardt commented 1 year ago

Is it correct that you started your branch from the branch of #14?

nilsreichardt commented 1 year ago

I think you need also to update test files:

dandud100 commented 1 year ago

Is it correct that you started your branch from the branch of #14?

Oh I see what I did wrong here. Why is GitHub so difficult I thought it will only keep my change to ebayclass.py here... Do you know how to exclude commits from a pull request?

dandud100 commented 1 year ago

I think i need to do this with branches...

nilsreichardt commented 1 year ago

The easiest way would be to cherry-pick your commit to a new branch:

git checkout origin/main
git checkout -b fix-price
git cherry-pick 52037f0bb783c38bf0a265d9caac617ca5af7147