ContriHUB / 202020-Eyesafe-Project

A python project which can be used to safeguard our eyes by making us watch 20m away for 20s each 20min
Apache License 2.0
0 stars 0 forks source link

Fixed warning generated by isSet() #7

Closed Aqua-16 closed 1 year ago

Aqua-16 commented 1 year ago

Changed isSet() to is_set().

Description

Since isSet() was deprecated, I have changed it with the is_set() method.

Fixes #5

Type of change

Checklist: