回答編集履歴
1
修正
test
CHANGED
@@ -4,6 +4,6 @@
|
|
4
4
|
|
5
5
|
```Python
|
6
6
|
|
7
|
-
test_re = re.compile(r'base64.*', re.DOTALL)
|
7
|
+
test_re = re.compile(r'base64.*', flags=re.DOTALL)
|
8
8
|
|
9
9
|
```
|