Skip to content

Commit

Permalink
Removed obsolete message that caused a raisecondition
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Aubreville committed Mar 18, 2024
1 parent 5b7c21a commit 0884add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exact/exact/images/api_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def create(self, request):
f.seek(0) # reset file cursor to the beginning of the file

file_list = {}
print('Magic number: ',hex(magic_number))
# print('Magic number: ',hex(magic_number))
if magic_number == b'PK\x03\x04':
zipname = ''.join(random.choice(string.ascii_uppercase +
string.ascii_lowercase +
Expand Down

0 comments on commit 0884add

Please sign in to comment.