We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8db3f1 commit 49551f9Copy full SHA for 49551f9
test.py
@@ -5,7 +5,7 @@
5
# get private key from args
6
7
if len(sys.argv) > 1:
8
- APP_PRIVATE_KEY = sys.argv[1]
+ APP_PRIVATE_KEY = str(sys.argv[1])
9
10
if APP_PRIVATE_KEY is None:
11
print("Please provide the path to the private key file as an argument.")
0 commit comments