Skip to content
This repository was archived by the owner on Oct 7, 2018. It is now read-only.

Commit af26383

Browse files
committed
Patch | 2.3.3-dev.patch1
1 parent ab80ea5 commit af26383

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

botnet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def upgradebotnet(self, hostname, running, count):
142142

143143
remove = 0
144144

145-
for a, i in enumerate(xrange(0, len(self.ofwhat)-1)):
145+
for a, i in enumerate(xrange(0, len(self.ofwhat))):
146146
if int(get_infobot['data'][count][unicode(self.ofwhat[i-remove])]) == int(maxofwhat):
147147
self.ofwhat.remove(self.ofwhat[i-remove])
148148
remove = remove + 1

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,5 +164,5 @@ def init(self):
164164
run.__init__(self)
165165

166166
if __name__ == "__main__":
167-
logger.info("Welcome to ZeusBot v2.3.3-dev for 'vHackXT 1.64' (API Version 15) by OlympicCode and ATVG-Studios!")
167+
logger.info("Welcome to ZeusBot v2.3.3-dev (Patch 1) for 'vHackXT 1.64' (API Version 15) by OlympicCode and ATVG-Studios!")
168168
r = run()

0 commit comments

Comments
 (0)