[git fast commit] 02. Feb 2019 - 15:34:59

This commit is contained in:
Yannik Schmidt
2019-02-02 15:34:59 +01:00
parent 59e5816b06
commit c7fe5e8f17
7 changed files with 60 additions and 44 deletions

View File

@@ -17,9 +17,8 @@ parser.add_argument('--no-follow','-nf',dest='nofollow', action='store_const',\
if __name__ == "__main__":
args = parser.parse_args()
FileReader.readfiles( args.files ,\
args.start_at_end,\
args.nofollow,
)
args.start_at_end,\
args.nofollow )
if not args.parse_only:
Query.listen()
else: