Skip to content

Commit

Permalink
Microphone alarm: put in annotation. Re #155.
Browse files Browse the repository at this point in the history
Microphone alarm timer is officially annotated as threading.Timer type.
  • Loading branch information
josephsl committed Jan 23, 2021
1 parent c02a059 commit fa3a8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/appModules/splstudio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def new(*args, **kwargs):
SPLMinVersion = "5.30"

# Threads pool.
micAlarmT = None
micAlarmT: Optional[threading.Timer] = None
micAlarmT2 = None
libScanT = None

Expand Down

0 comments on commit fa3a8e3

Please sign in to comment.