Projet

Général

Profil

Révision 7063330e

ID7063330e031922c63012990543e917a5d85cd25d
Parent 73f885e3
Enfant 86bee016

Ajouté par Lars Kruse il y a presque 6 ans

Fix python style issues reported by flake8

Additionally some python2-only "print" statements are now compatible
with python3.

Voir les différences:

plugins/currency/bitcoin/bitcoind_
236 236
            'method': self.method,
237 237
            'params': args,
238 238
            'id': self.id,
239
            }
239
        }
240 240
        request = urllib.request.Request(self.service.url, json.dumps(data).encode())
241 241
        if self.service.username:
242 242
            auth_string = '%s:%s' % (self.service.username, self.service.password)

Formats disponibles : Unified diff