diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2023-08-14 01:04:42 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2023-08-14 01:04:42 +0200 |
commit | 0faeb0b59cf2c29c4549495f750a3743996f81c8 (patch) | |
tree | 2f4d51ff5b6638a6f48174489bc9aaed3b526765 /interference/app.py | |
parent | small fixes & new pypi version (diff) | |
download | gpt4free-0faeb0b59cf2c29c4549495f750a3743996f81c8.tar gpt4free-0faeb0b59cf2c29c4549495f750a3743996f81c8.tar.gz gpt4free-0faeb0b59cf2c29c4549495f750a3743996f81c8.tar.bz2 gpt4free-0faeb0b59cf2c29c4549495f750a3743996f81c8.tar.lz gpt4free-0faeb0b59cf2c29c4549495f750a3743996f81c8.tar.xz gpt4free-0faeb0b59cf2c29c4549495f750a3743996f81c8.tar.zst gpt4free-0faeb0b59cf2c29c4549495f750a3743996f81c8.zip |
Diffstat (limited to 'interference/app.py')
-rw-r--r-- | interference/app.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interference/app.py b/interference/app.py index afe15df7..eee67c57 100644 --- a/interference/app.py +++ b/interference/app.py @@ -83,4 +83,4 @@ if __name__ == '__main__': 'debug': True } - app.run(**config) + app.run(**config)
\ No newline at end of file |