Grade-Notifier / GN-Core

Stop checking for your grade and just get notified
https://cunysecond.com/GN-Core
MIT License
1 stars 8 forks source link

Move does user exist checks to initializer #142

Open Huddie opened 5 years ago

Huddie commented 5 years ago

Currently, we check if a user already has a session after we sign them in and run the grade_notifier in the background. This is bad. We need to move this logic to the foreground script (initializegn)