Skip to content

Commit

Permalink
Don't print MD5 banner any more
Browse files Browse the repository at this point in the history
  • Loading branch information
houtianze committed May 23, 2021
1 parent 766a43a commit 20c5f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bypy/bypy.py
Expand Up @@ -3643,7 +3643,7 @@ def printBaiduBanner():

def main(argv=None): # IGNORE:C0111
''' Main Entry '''
printBaiduBanner()
# printBaiduBanner()

by = None
reqres = check_requirements()
Expand Down

0 comments on commit 20c5f09

Please sign in to comment.