gwu-libraries / libcal_pp_integration

Development repo for API integration between LibCal and Passage Point
1 stars 0 forks source link

Moved logger creation earlier in _init_ #5

Closed kerchner closed 4 years ago

kerchner commented 4 years ago

Without this, errors in fetching tokens and other initialization steps would prevent self.logger from being created. Also, removed try block around app initialization; if these steps fail, we should want the program to exit.