piston-cli icon indicating copy to clipboard operation
piston-cli copied to clipboard

Issue with scripts/0.5.1

Open gitbase1 opened this issue 8 years ago • 1 comments

Running commands with "piston" is working fine, but utilizing a script after steem 18 and 0.5.1 is broke.

import os import json import threading import random import time import datetime

from steem import Steem from time import localtime from steem.post import Post from random import randint

then getting this when streaming

for c in steem.stream_comments():

error happened <class 'AssertionError'> ()

Thanks

gitbase1 avatar Apr 06 '17 23:04 gitbase1

Please note: https://steemit.com/chainsquad/@chainsquad/python-steem-rebranding-to-piston-libpiston-cli

xeroc avatar Apr 12 '17 15:04 xeroc