fetchcord / FetchCord

FetchCord grabs your OS info and displays it as Discord Rich Presence
MIT License
324 stars 19 forks source link

Fix #149 #186

Closed SimPilotAdamT closed 2 years ago

SimPilotAdamT commented 2 years ago

Fixes #149 by altering the boot_time() function so that it works on UNIX-based OS's. Pulled the same function from PSUTIL for the Windows detection.

SimPilotAdamT commented 2 years ago

Could you change the BootTime() function to follow the "zen" of Python (like boot_time() was.

done

luni-moon commented 2 years ago

Could you change the BootTime() function to follow the "zen" of Python (like boot_time() was.

done

Thanks :), now it is up to BlivionIaG to review this.