Skip to content

Commit c363bc5

Browse files
authored
Update redirect.py
1 parent 27412c2 commit c363bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pypulse/Template/redirect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def render_template(self, request):
1313
print(f'If you want to reload the current view, use `Reload`.')
1414
exit(1)
1515

16-
request.send_response(307)
16+
request.send_response(302)
1717
request.send_header(
1818
'Location', self.path)
1919
return None, True

0 commit comments

Comments
 (0)