Skip to content
Snippets Groups Projects

Beekeepy: Add session holder class and session token handling

Merged Krzysztof Mochocki requested to merge kmochocki/beekeepy into develop
Compare and Show latest version
3 files
+ 6
7
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -235,9 +235,8 @@ class Asset:
Asset.Range(lower_limit=Asset.hive(100), upper_limit=Asset.hive(110))
Args:
lower_limit: When tolerance is given it acts as the value to which we refer when specifying
the percentage range.
tolerance: is defined as a positive number, which is a percentage of the upper and lower deviations e.g:
lower_limit: When tolerance is given it acts as the value to which we refer when specifying the percentage range.
tolerance: is defined as a positive number, which is a percentage of the upper and lower deviations e.g:
```
asset = Asset.hive(100)
Loading