Hive Downvote Rewards - Daily Abuse Report Post - 2020-09-24 03:27

avatar

This is a test of the daily HDR report post. When we go live, abuse reports will be populated as comments



0
0
0.000
1 comments
avatar

It did not like this:

def HDR_Daily_Post():
    rep = hive.post(
        'Hive Downvote Rewards - Daily Abuse Report Post - {}'.format(datetime.datetime.now().strftime("%Y-%m-%d %H:%M")),
        "This is a test of the daily HDR report post. When we go live, abuse reports will be populated as comments", 'hive-dr', tags=['test','hivedownvoterewards', 'abuse', 'hive', 'flag','busy','palnet','neoxian'],
        parse_body=True, self_vote=False, max_accepted_payout='0.000 HBD')

Nor this

def HDR_Daily_Post():
    rep = hive.post(
        'Hive Downvote Rewards - Daily Abuse Report Post - {}'.format(datetime.datetime.now().strftime("%Y-%m-%d %H:%M")),
        "This is a test of the daily HDR report post. When we go live, abuse reports will be populated as comments", 'hive-dr', tags=['test','hivedownvoterewards', 'abuse', 'hive', 'flag','busy','palnet','neoxian'],
        parse_body=True, self_vote=False, max_accepted_payout='0.000 SBD')

Going to try a float in leiu of a string.

0
0
0.000