Post
Topic
Board Announcements (Altcoins)
Re: [DVC]DevCoin - Official Thread - Moderated
by
ranlo
on 21/12/2013, 04:50:32 UTC
I just looked at the round 31 account file to check my wordcount and noticed under "Devtome Earnings" that the line with my username, address, and wordcount has been deleted. I recently put subheadings on my user page on devtome because I had seen some other users do that and I abhor a long list without them, but could that be messing with the script that does the wordcount?

Yes it does mess with devtome.py, because a heading looks like the end of the invoice section. Only put simple text in the invoice, not headings.


Okay, thanks.

Make the "headings" bold instead of true headings. For example, instead of:

==Cryptos==

do:

'''Cryptos'''

This will put the text in bold to help separate it, but it won't affect the script and isn't a real heading.