From 5b58e94ab80eb819bde3ae04eab23943a9029452 Mon Sep 17 00:00:00 2001 From: Blacktwin Date: Thu, 23 Aug 2018 06:43:58 -0400 Subject: [PATCH] shebang --- utility/sync_watch_status.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utility/sync_watch_status.py b/utility/sync_watch_status.py index 56eba3b..b1e9be4 100644 --- a/utility/sync_watch_status.py +++ b/utility/sync_watch_status.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python """ Description: Sync the watch status from one user to another. Either by user or user/libraries Author: Blacktwin