mirror of
https://github.com/FAUSheppy/skillbird
synced 2025-12-06 14:51:36 +01:00
[git fast commit] 02. Feb 2019 - 15:34:59
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user