Skip to content

Commit

Permalink
Merge pull request #28 from borpin/patch-1
Browse files Browse the repository at this point in the history
Add hash bang
  • Loading branch information
TrystanLea authored Oct 18, 2023
2 parents bedf3ac + 9efd4ff commit b85f71e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions octopus/agile.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3

import sys, os, requests, json
from datetime import datetime
from configobj import ConfigObj
Expand Down

0 comments on commit b85f71e

Please sign in to comment.