mirror of
https://source.perfectable.org/nivertius/napi.git
synced 2025-07-01 21:25:27 +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"
|
||||
password = "iBlm8NTigvru0Jr0"
|
||||
input_filename = '/tmp/napi-temp-file'
|
||||
input_filename = '/dev/shm/napi-temp-file'
|
||||
default_language = "PL"
|
||||
|
||||
parser = argparse.ArgumentParser(description='Searches subtitles for movies from napiproject')
|
||||
|
|
Loading…
Add table
Reference in a new issue