this is unnecessary

This commit is contained in:
Osman Faruk Bayram 2022-11-06 23:46:27 +03:00
parent 4cf4a0509f
commit f6f9cb889a

View file

@ -8,6 +8,6 @@ from datetime import datetime
ipython = get_ipython()
filename = '/home/osman/Documents/ipython_sessions/'
filename += datetime.now().strftime('%Y-%m-%d_%H-%M-%S') + '.ipy'
filename += datetime.now().strftime('%Y-%m-%d_%H-%M-%S') + '.py'
ipython.magic('logstart -o ' + filename)