diff --git a/bin/vidref b/bin/vidref --- a/bin/vidref +++ b/bin/vidref @@ -6,6 +6,8 @@ import sys, logging sys.path.append(".") from light9.vidref.main import Main + # then vidref file cleanup, livevideo ui elements, input picker. find replay dirs correctly. show multiple replays. trash. reorder/pin. + logging.basicConfig() log = logging.getLogger()