mirror of
https://source.perfectable.org/nivertius/napi.git
synced 2025-07-03 10:46:12 +02:00
Use temporary file system at /dev/shm
This commit is contained in:
parent
aeddbd3e22
commit
5ebd56a3fb
1 changed files with 1 additions and 1 deletions
2
napi
2
napi
|
@ -18,7 +18,7 @@ from xml.etree.ElementTree import XML
|
||||||
|
|
||||||
base_url = "http://napiprojekt.pl/api/api-napiprojekt3.php"
|
base_url = "http://napiprojekt.pl/api/api-napiprojekt3.php"
|
||||||
password = "iBlm8NTigvru0Jr0"
|
password = "iBlm8NTigvru0Jr0"
|
||||||
input_filename = '/tmp/napi-temp-file'
|
input_filename = '/dev/shm/napi-temp-file'
|
||||||
default_language = "PL"
|
default_language = "PL"
|
||||||
|
|
||||||
parser = argparse.ArgumentParser(description='Searches subtitles for movies from napiproject')
|
parser = argparse.ArgumentParser(description='Searches subtitles for movies from napiproject')
|
||||||
|
|
Loading…
Add table
Reference in a new issue