mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-07-23 13:45:10 +02:00
temporarily disabled execution of app_verison func (#111)
This commit is contained in:
parent
6f729ed6d4
commit
b44110cacd
@ -92,7 +92,8 @@ def main(monitor, live, daemon, install, log, debug):
|
|||||||
if os.getenv('PKG_MARKER') == "SNAP":
|
if os.getenv('PKG_MARKER') == "SNAP":
|
||||||
print("Snap package: yes")
|
print("Snap package: yes")
|
||||||
else:
|
else:
|
||||||
app_version()
|
# temp disabled (Issue: #111)
|
||||||
|
# app_version()
|
||||||
print("Snap package: no")
|
print("Snap package: no")
|
||||||
print("")
|
print("")
|
||||||
python_info()
|
python_info()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user