mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
strip slash and space from ftrack url
This commit is contained in:
parent
f2ac34fe2e
commit
deaa444f08
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class FtrackModule(
|
|||
ftrack_settings = settings[self.name]
|
||||
|
||||
self.enabled = ftrack_settings["enabled"]
|
||||
self.ftrack_url = ftrack_settings["ftrack_server"]
|
||||
self.ftrack_url = ftrack_settings["ftrack_server"].strip("/ ")
|
||||
|
||||
current_dir = os.path.dirname(os.path.abspath(__file__))
|
||||
server_event_handlers_paths = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue