Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fourthetrees committed Jul 11, 2017
2 parents e2d0470 + 1f6fc84 commit 2942b77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scrape-util
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/usr/bin/env python3
import os

os.chdir(os.path.dirname(os.path.realpath(__file__)))

from src.core.runtime import run
import argparse

Expand Down

0 comments on commit 2942b77

Please sign in to comment.