rfmoz / tuptime

Report historical and statistical real time of the system, keeping it between restarts. Like uptime command but with more interesting output.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error on line 72 of dbcheck

bshor opened this issue · comments

Hi, I'm trying to run the dbcheck script, but I'm getting the following error:

  File "/home/USER/Downloads/tuptime_dbcheck.py", line 72
    <title>tuptime/tuptime_dbcheck.py at master · rfmoz/tuptime · GitHub</title>
                                                ^
SyntaxError: invalid character '·' (U+00B7)

Hello,

It seems that you download the html website, not the real python script.

Please, get it from the raw url:

https://raw.githubusercontent.com/rfmoz/tuptime/master/misc/scripts/tuptime_dbcheck.py

That was it. It worked!