Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class Throttler:
self._mem_set = False

self.t_print = t_print #stores whether a message about who is being throttled should be printed
self.o_mail = o_mail
self.o_email = o_mail
self.username = username #stores whether the above message should print usernames of users (or user-<uid>.slice)
self._pt_out = {}

Expand Down