Skip to content

Commit 5c31c7d

Browse files
committed
Piencrypt Test
1 parent 7101df2 commit 5c31c7d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
# Run in all these versions of Python
19-
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
19+
python-version: [3.7, 3.8, 3.9]
2020

2121
steps:
2222
# Checkout the latest code from the repo

Test/github_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# sending get request and saving the response as response object
1010
r = requests.get(url = URL)
1111

12+
1213
data = r.json()
1314

1415
secret_code = data['PiEncrypt']

0 commit comments

Comments
 (0)