Hochschule Bremen, Labor ELEM

Results 2 issues of Hochschule Bremen, Labor ELEM

**Describe the bug** registration with LDAP sends confirmation e-mail with: your username is: your@e-mail address ** Environment ** # approval - For approve/decline registration LDAP_SERVER=Valid Setup ... ALLOW_GREENLIGHT_ACCOUNTS=false SMTP_SERVER=Valid Setup...

bug

https://github.com/maxlklaxl/python-tsl2591/blob/290ef844d8a939eb6674f241f0b17af8667764c0/tsl2591/read_tsl.py#L158 Typo here: () missing time.sleep(0.120*self.integration_time+1) # takes minimal **1** second + 0.120*self.integration_time You want: time.sleep(0.120*(self.integration_time+1)) Fastest working is: time.sleep(0.105+0.100*self.integration)