Skip to content

Commit df42ead

Browse files
committed
Fix safe chars
1 parent c8bffab commit df42ead

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)