PatrickWeller / PanelPal

1 stars 0 forks source link

Separate API request function from other functions #28

Closed PatrickWeller closed 1 week ago

PatrickWeller commented 2 weeks ago

Currently code is duplicated where the panel app api is used and a request is made. The try, except clauses are for big chunks of code, when should be used for "trying" minimal chunks of code.

PatrickWeller commented 1 week ago

Maybe need to edit how exceptions are handled. but will raise this as a new issue.