Closed PatrickWeller closed 1 week 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.
Maybe need to edit how exceptions are handled. but will raise this as a new issue.
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.