diff options
author | PA4WDH | 2025-07-20 14:24:07 +0200 |
---|---|---|
committer | PA4WDH | 2025-07-20 14:24:07 +0200 |
commit | d7389f203486de25ed84f590a2d9a04d76f868c1 (patch) | |
tree | cd03f0b5e31c50fbb93676fc493f392d2967f3b0 | |
parent | Add requirements.txt (diff) | |
download | qemu.py-d7389f203486de25ed84f590a2d9a04d76f868c1.tar.gz qemu.py-d7389f203486de25ed84f590a2d9a04d76f868c1.tar.bz2 qemu.py-d7389f203486de25ed84f590a2d9a04d76f868c1.zip |
Add comment with URL for new versions
-rw-r--r-- | qemu.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ # You should have received a copy of the GNU General Public License # along with cputemp2maxfreq; see the file COPYING. If not, see # <http://www.gnu.org/licenses>. +# +# New versions of this program can be found at: +# https://code.pa4wdh.nl.eu.org/python/qemu.py/ import subprocess from time import sleep |