Fix musicbrainz-update branch merged pull request

Hopefully this commit fixes JoeLametta/whipper#16
This commit is contained in:
JoeLametta
2016-01-12 15:03:48 +01:00
parent 89f3ba3e55
commit 29bcd70b2b
3 changed files with 5 additions and 5 deletions

View File

@@ -344,7 +344,7 @@ class Program(log.Loggable):
record=self._record)
except mbngs.NotFoundException, e:
break
except musicbrainz.NetworkError, e:
except musicbrainzngs.NetworkError, e:
self._stdout.write("Warning: network error: %r\n" % (e, ))
break
except mbngs.MusicBrainzException, e: