Arnav Banerjee

Results 2 comments of Arnav Banerjee

Update: I corrected the problem by making changes to base.py file: Previously: ``` if '@' in name: user, name = name.split('@', 1) if ':' in user: user, password = user.split(':',...

Hi @philpep , Thanks for the quick response. I can see your approach, too. As for ":", this is quite an interesting piece as I don't expect a problem with...