csy
Results
2
comments of
csy
> Need these records too in head-jsonld.tpl: > > > "contactPoint": { > > "@type": "ContactPoint", > > "contactType": "customer support", > > "telephone": "XXXXX", > > "servicePhone": "XXXXX", >...
its caused by these lines: Get the number of users, removing commas current_id = int( get_between(pagecontent, "Home to", "users").replace(",", "")) Get the number of toots, removing commas num_toots = int...