mirror of
https://github.com/rembo10/headphones.git
synced 2026-04-05 12:39:26 +01:00
Fix a typo
This commit is contained in:
@@ -9,7 +9,7 @@ import Queue
|
||||
|
||||
class TimedLock(object):
|
||||
"""
|
||||
Enfore request rate limit if applicable. This uses the lock so there
|
||||
Enforce request rate limit if applicable. This uses the lock so there
|
||||
is synchronized access to the API. When N threads enter this method, the
|
||||
first will pass trough, since there there was no last request recorded.
|
||||
The last request time will be set. Then, the second thread will unlock,
|
||||
|
||||
Reference in New Issue
Block a user