Skip to content

Commit ccf9b45

Browse files
committed
Logging
1 parent 5b0805a commit ccf9b45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go_capture/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def capture_async(request):
3131
fcm_token = request.POST['fcm_registration_token']
3232
print(f'token: {fcm_token}')
3333
filename = Path(image_file.name)
34+
print(filename)
3435
output_path = settings.IMAGES_DIR / filename
3536
with output_path.open('wb') as output_file:
3637
output_file.write(image_file.read())

0 commit comments

Comments
 (0)