Skip to content

Commit dfb97df

Browse files
author
patched.codes[bot]
committed
Patched introduction/playground/A9/archive.py
1 parent 8f051a7 commit dfb97df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

introduction/playground/A9/archive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from .main import Log
55

66

7-
@csrf_exempt
87
def log_function_target(request):
98
L = Log(request)
109
if request.method == "GET":
@@ -60,3 +59,4 @@ def error(self,msg):
6059
f = open('test.log', 'a')
6160
f.write(f"ERROR:{now}:{msg}\n")
6261
f.close()
62+

0 commit comments

Comments
 (0)