summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDipesh Amin <yaypunkrock@gmail.com>2011-08-21 20:58:24 +0100
committerDipesh Amin <yaypunkrock@gmail.com>2011-08-21 20:58:24 +0100
commitd07bb3cb08047530bc82759f15d266feebb98327 (patch)
tree6b3ec4a9d72a29e63fe8ca2521565efc39de5501
parente1907f17bf0bc05c9ca73fbf777462b1f2c1ecc1 (diff)
downloadmanamarket-d07bb3cb08047530bc82759f15d266feebb98327.tar.gz
manamarket-d07bb3cb08047530bc82759f15d266feebb98327.tar.bz2
manamarket-d07bb3cb08047530bc82759f15d266feebb98327.tar.xz
manamarket-d07bb3cb08047530bc82759f15d266feebb98327.zip
Remove a commentend sleep operation.
-rwxr-xr-xmain.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.py b/main.py
index 68c150e..8d33d0d 100755
--- a/main.py
+++ b/main.py
@@ -524,7 +524,6 @@ def main():
charport = 0
# Login server packet loop.
while True:
- #time.sleep(0.1)
data = login.recv(1500)
if not data:
break