Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. C:\Users\<user>\AppData\Local\Programs\Python\Python37-32\lib\site-packages\swagger_spec_validator\validator20.py:53: SwaggerValidationWarning: Found "$ref: #/definitions/UserPreferences" with siblings that will be overwritten. See https://stackoverflow.com/a/48114924 for more information. (path #/definitions/User/properties/preferences)
  2. ref_dict['$ref'], '/'.join(path),
  3. C:\Users\<user>\AppData\Local\Programs\Python\Python37-32\lib\site-packages\bravado_core\spec.py:292: Warning: guid format is not registered with bravado-core!
  4. category=Warning,
  5. Traceback (most recent call last):
  6. File "bitmex-wallet-parser.py", line 150, in <module>
  7. t[field] = x[field].strftime('%Y-%m-%d %H:%M:%S.%f')
  8. AttributeError: 'NoneType' object has no attribute 'strftime'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement