Skip to content

Commit 85025f2

Browse files
committed
Piencrypt Test
1 parent 4e3f51a commit 85025f2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Test/github_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@
1313

1414
secret_code = data['PiEncrypt']
1515

16+
1617
if secret_code == '8567a8a617f75a8ea43ce46aa8870dcf184728a58b5d60c7c3c2c83a5543dd76':
1718
num = 1 + 2
1819

20+
1921
else:
20-
'test' = 'failed'
22+
test = 'failed'
2123
with open('pic.jpg', 'rb') as f:
2224
f.read()

0 commit comments

Comments
 (0)