Skip to content

Commit 90c3114

Browse files
authored
Fix plugin argument format (#1)
1 parent 5a9f01f commit 90c3114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wakatime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ def run(self):
767767

768768
def send_heartbeats(self):
769769
heartbeat = build_heartbeat(**self.heartbeat)
770-
ua = 'IDA_PRO/%s/%s' % (ida_ver, VERSION)
770+
ua = 'ida-pro/%s ida-pro-wakatime/%s' % (ida_ver, VERSION)
771771
cmd = [
772772
get_cli_location(),
773773
'--entity', heartbeat['entity'],

0 commit comments

Comments
 (0)