ameypd

Results 7 comments of ameypd

I would like to take this up as my first PR.

@jku I have set up the environment, please tell me how to proceed with this issue.

@jku ![image](https://user-images.githubusercontent.com/113001748/201942808-cfa5871e-b4d3-49fd-b507-7b8cb215de3f.png) Is this expected behaviour?

` client_args.add_argument( "-v", "--verbose", help="Output verbosity level (-v, -vv, ...)", action="count", default=2, )` I changed the default to 2 from 0, but that is not the way to do it...

@lukpueh @jku As I have changed its default value, I don't know how it will affect the rest of the functionality. But it is doing what is expected in terms...

@jku Okay. I will implement this.

@jku @lukpueh I have passed verbose as parameter to download function and if the verbose is anything other than default I am printing the stack trace. ![image](https://user-images.githubusercontent.com/113001748/203561821-b342e151-d9db-4651-9d76-ad7393790223.png)