Skip to content

Commit

Permalink
Merge pull request #13 from jarvismishler/patch-1
Browse files Browse the repository at this point in the history
Update temperature_reader.py
  • Loading branch information
eterey authored Aug 20, 2017
2 parents a219624 + 8642594 commit 1c3a473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyspectator/temperature_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def reader(file):
class WindowsCpuTemperatureReader():

@classmethod
def get_reader():
def get_reader(cls):
import wmi
import pythoncom

Expand Down

0 comments on commit 1c3a473

Please sign in to comment.