Skip to content
This repository was archived by the owner on Mar 23, 2020. It is now read-only.
This repository was archived by the owner on Mar 23, 2020. It is now read-only.

Issue with scripts/0.5.1 #98

@gitbase1

Description

@gitbase1

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions