JinSol

Results 3 comments of JinSol

After login, then it work. Try it! ``` L = instaloader.Instaloader() id = 'your id' pw = 'your pw' L.login(id, pw) ```

GuassianNoise shape is (n, ) and array shape is (n, 2) Change array shape (n,2) to (n, ) so just change -> **NewSound = GuassianNoise + array[:, 1]** not NewSound...