4
0
mirror of https://github.com/RicterZ/nhentai.git synced 2025-05-06 03:21:07 +02:00

remove gdb

This commit is contained in:
Ricter Z 2018-10-01 15:04:32 +08:00
parent 489e8bf0f4
commit c95ecdded4

@ -21,8 +21,6 @@ def main():
doujinshi_ids = []
doujinshi_list = []
import pdb; pdb.set_trace()
if options.login:
username, password = options.login.split(':', 1)
logger.info('Logging in to nhentai using credential pair \'%s:%s\'' % (username, '*' * len(password)))