mirror of
https://github.com/FAUSheppy/skillbird
synced 2025-12-07 15:21:35 +01:00
[git fast commit] 29. Jan 2019 - 19:00:22
This commit is contained in:
5
startInsurgency.py
Normal file → Executable file
5
startInsurgency.py
Normal file → Executable file
@@ -1,8 +1,7 @@
|
||||
#!/usr/bin/python3
|
||||
import Storrage
|
||||
import sys
|
||||
import NetworkParser
|
||||
import FileInStream
|
||||
import FileReader
|
||||
import argparse
|
||||
|
||||
parser = argparse.ArgumentParser(description='Insurgency rating python backend server')
|
||||
@@ -17,7 +16,7 @@ parser.add_argument('--no-follow','-nf',dest='nofollow', action='store_const',\
|
||||
|
||||
if __name__ == "__main__":
|
||||
args = parser.parse_args()
|
||||
FileInStream.readfiles( args.files ,\
|
||||
FileReader.readfiles( args.files ,\
|
||||
args.start_at_end,\
|
||||
args.nofollow,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user