cbrnr / sleepecg

Sleep stage detection using ECG
BSD 3-Clause "New" or "Revised" License
86 stars 22 forks source link

Support storing NSRR token in config #216

Open cbrnr opened 2 months ago

cbrnr commented 2 months ago

It would be nice if we could store a given NSRR token in SleepECG's config. Otherwise, users always need to include sleepecg.set_nsrr_token("<TOKEN>") in their code.