mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 01:09:22 +01:00
classes: add a has_eob attribute to each server object
This commit is contained in:
parent
5084cc2c69
commit
87639ddeb2
@ -1619,6 +1619,9 @@ class Server():
|
||||
self.desc = desc
|
||||
self._irc = irc
|
||||
|
||||
# Has the server finished bursting yet?
|
||||
self.has_eob = False
|
||||
|
||||
def __repr__(self):
|
||||
return 'Server(%s)' % self.name
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user