Private GIT

Skip to content
Snippets Groups Projects
Commit 66cb6ad1 authored by miigotu's avatar miigotu
Browse files

Merge pull request #2475 from MGaetan89/bug/network_logo

Images are binary files
parents e4d47b65 52da74b6
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ class GenericMedia:
static_media_path = self.get_static_media_path()
if ek(isfile, static_media_path):
with open(static_media_path, 'r') as content:
with open(static_media_path, 'rb') as content:
return content.read()
return None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment