22.11.2023, 09:01
You can simply delete the trend file then it will be re-created automatically.
Making a script that modifies internal trend values is possible but it's a complex task.
Code:
id = 99
file = '/tmp/trends/t' .. id .. '.trend'
os.remove(file)
Making a script that modifies internal trend values is possible but it's a complex task.