From e709db8ffefc9efa3e25c8b5cd6f644a3fc5a835 Mon Sep 17 00:00:00 2001 From: meeb Date: Mon, 14 Dec 2020 01:55:07 +1100 Subject: [PATCH] move healthcheck.py into app dir --- healthcheck.py => tubesync/healthcheck.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename healthcheck.py => tubesync/healthcheck.py (100%) diff --git a/healthcheck.py b/tubesync/healthcheck.py similarity index 100% rename from healthcheck.py rename to tubesync/healthcheck.py