summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--anidb_add.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/anidb_add.py b/anidb_add.py
index c2fb1cf..b84f162 100644
--- a/anidb_add.py
+++ b/anidb_add.py
@@ -40,12 +40,12 @@ username, password = auth()
try:
a = anidb.AniDB(username, password)
- t = a.ping()
- if t:
- print 'AniDB is reachable, %.3fs' % (t)
- else:
- print 'AniDB is unreachable.'
- sys.exit(1)
+ #t = a.ping()
+ #if t:
+ # print 'AniDB is reachable, %.3fs' % (t)
+ #else:
+ # print 'AniDB is unreachable.'
+ # sys.exit(1)
a.auth()
print 'Logged in as user %s.' % (username)
if a.new_version: