ipfs-plugin: change HTTP method to make it compatible with ipfs 0.5.0+ (#9248)

This commit is contained in:
@RubenKelevra 2020-07-02 13:09:58 +02:00 committed by GitHub
parent 94ba544563
commit 05077450d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ class Service(UrlService):
self.order = ORDER
self.definitions = CHARTS
self.baseurl = self.configuration.get('url', 'http://localhost:5001')
self.method = "POST"
self.do_pinapi = self.configuration.get('pinapi')
self.__storage_max = None