Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #195 #198

Merged
merged 3 commits into from
Sep 9, 2019
Merged

fixes #195 #198

merged 3 commits into from
Sep 9, 2019

Conversation

rlogiacco
Copy link
Collaborator

No description provided.

@rlogiacco
Copy link
Collaborator Author

Can you guys please test these changes? I haven't any Octoprint installation currentlya vailable to run a valid test.

Thanks

Copy link
Collaborator

@giloser giloser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"http://localhost:" + self.port + "/plugin/filamentmanager/spools?apikey="+apikey
should be changed to
"http://localhost:" + str(self.port) + "/plugin/filamentmanager/spools?apikey="+apikey

same for every place we concat the self.port with string

@rlogiacco
Copy link
Collaborator Author

same for every place we concat the self.port with string

changes applied 😄

@giloser giloser merged commit d06ba20 into fabianonline:master Sep 9, 2019
@rlogiacco rlogiacco deleted the fix/195 branch April 8, 2020 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants