From 9db07eaa97d07666437767e77424f0b141dfe696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdulkadir=20Furkan=20=C5=9Eanl=C4=B1?= Date: Mon, 10 Dec 2018 16:08:14 +0100 Subject: [PATCH] Fix source file encoding and add starting title --- ib-clearance.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ib-clearance.py b/ib-clearance.py index 6404449..df1076a 100755 --- a/ib-clearance.py +++ b/ib-clearance.py @@ -94,6 +94,8 @@ def parse_time_string(timestring): def main(): + print("ib-clearance") + print("============") db = input( "Please enter name of database (in same folder as program): ")