Skip to content

Commit 4641f23

Browse files
Merge pull request #21 from kaferi/master
Fix safe chars
2 parents 817b4a9 + df42ead commit 4641f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asposepdfcloud/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def __init__(self):
9999
# Proxy URL
100100
self.proxy = None
101101
# Safe chars for path_param
102-
self.safe_chars_for_path_param = ''
102+
self.safe_chars_for_path_param = '/'
103103

104104
@property
105105
def logger_file(self):

0 commit comments

Comments
 (0)