blob: 496ee780d304133d0c18616148358efcb2e763cf (
plain)
1
2
3
4
5
6
7
8
|
diff --color --unified --recursive --text presence-client.orig/PresenceClient/PresenceClient-Py/presence-client.py presence-client.new/PresenceClient/PresenceClient-Py/presence-client.py
--- presence-client.orig/PresenceClient/PresenceClient-Py/presence-client.py 2023-06-10 18:50:57.089474671 +0800
+++ presence-client.new/PresenceClient/PresenceClient-Py/presence-client.py 2023-06-10 18:51:28.286571649 +0800
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
import argparse
import sys
import json
|