diff --git a/mtgcardlookup.py b/mtgcardlookup.py index b7ce12b..b1fbf99 100755 --- a/mtgcardlookup.py +++ b/mtgcardlookup.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + import os import shutil import asyncio @@ -160,4 +162,4 @@ async def repeat(interval, func, *args, **kwargs): ) if __name__ == '__main__': - asyncio.run(startup()) \ No newline at end of file + asyncio.run(startup())