mirror of
https://github.com/NohamR/IDA-9.1-Discord-RPC.git
synced 2026-05-24 19:59:05 +00:00
Update ida-rpc.py
This commit is contained in:
@@ -104,7 +104,6 @@ class DiscordRPCPlugin(ida_idaapi.plugin_t):
|
|||||||
large_text="IDA Pro 9.0",
|
large_text="IDA Pro 9.0",
|
||||||
start=self.start_time
|
start=self.start_time
|
||||||
)
|
)
|
||||||
print(f"Updated presence: {file_name} - {func_name}") # Debug print
|
|
||||||
self.last_update_time = time.time()
|
self.last_update_time = time.time()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(f"Error updating presence: {str(e)}")
|
print(f"Error updating presence: {str(e)}")
|
||||||
@@ -119,4 +118,4 @@ class IDAViewHook(ida_kernwin.UI_Hooks):
|
|||||||
return 0
|
return 0
|
||||||
|
|
||||||
def PLUGIN_ENTRY():
|
def PLUGIN_ENTRY():
|
||||||
return DiscordRPCPlugin()
|
return DiscordRPCPlugin()
|
||||||
|
|||||||
Reference in New Issue
Block a user