Commit 533ccfd9 authored by andytnt's avatar andytnt

clean comments

parent 40ed5a51
...@@ -38,11 +38,6 @@ def check(args): ...@@ -38,11 +38,6 @@ def check(args):
if args.Database is None or args.DB_user is None or args.DB_pwd is None: if args.Database is None or args.DB_user is None or args.DB_pwd is None:
error("Error", "Please specify database name, user and password") error("Error", "Please specify database name, user and password")
# if not args.followers and not args.following:
# if args.user_full:
# error("Error", "Please use --user-full with --followers or --following.")
def loadUserList(ul, _type): def loadUserList(ul, _type):
""" Concatenate users """ Concatenate users
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment